13
0

revert previous commit

git-svn-id: svn://localhost/ardour2/branches/3.0@12081 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-24 19:07:46 +00:00
parent 2010f52b2f
commit e5c1be6c85

View File

@ -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) {