part two of: don't crash during startup with no config files when trying to use a non-existent MIDI Manager object
git-svn-id: svn://localhost/ardour2/branches/3.0@7501 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
edf09354fb
commit
f2df65db6a
@ -69,7 +69,6 @@ class Manager {
|
||||
static void create (jack_client_t* jack);
|
||||
|
||||
static Manager *instance () {
|
||||
assert (theManager);
|
||||
return theManager;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user