mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
remove Session::AudioMidiSetupRequired signal (no longer necessary)
This commit is contained in:
parent
b490115d5f
commit
bfb998ca0a
2 changed files with 0 additions and 6 deletions
|
|
@ -808,11 +808,6 @@ public:
|
|||
int remove_last_capture ();
|
||||
void get_last_capture_sources (std::list<boost::shared_ptr<Source> >&);
|
||||
|
||||
/** handlers should return 0 for "everything OK", and any other value for
|
||||
* "cannot setup audioengine".
|
||||
*/
|
||||
static PBD::Signal1<int,uint32_t> AudioEngineSetupRequired;
|
||||
|
||||
/** handlers should return -1 for "stop cleanup",
|
||||
0 for "yes, delete this playlist",
|
||||
1 for "no, don't delete this playlist".
|
||||
|
|
|
|||
|
|
@ -145,7 +145,6 @@ bool Session::_disable_all_loaded_plugins = false;
|
|||
bool Session::_bypass_all_loaded_plugins = false;
|
||||
guint Session::_name_id_counter = 0;
|
||||
|
||||
PBD::Signal1<int,uint32_t> Session::AudioEngineSetupRequired;
|
||||
PBD::Signal1<void,std::string> Session::Dialog;
|
||||
PBD::Signal0<int> Session::AskAboutPendingState;
|
||||
PBD::Signal2<int, samplecnt_t, samplecnt_t> Session::AskAboutSampleRateMismatch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue