mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
revert previous commit
git-svn-id: svn://localhost/ardour2/branches/3.0@12081 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2010f52b2f
commit
e5c1be6c85
1 changed files with 7 additions and 1 deletions
|
|
@ -69,7 +69,13 @@ MidiControlUI::do_request (MidiUIRequest* req)
|
|||
|
||||
} else if (req->type == CallSlot) {
|
||||
|
||||
// req->the_slot ();
|
||||
#ifndef NDEBUG
|
||||
if (getenv ("DEBUG_THREADED_SIGNALS")) {
|
||||
cerr << "MIDI UI calls a slot\n";
|
||||
}
|
||||
#endif
|
||||
|
||||
req->the_slot ();
|
||||
|
||||
} else if (req->type == Quit) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue