debugging: stop MidiControlUI from actually executing slots via CallSlot

git-svn-id: svn://localhost/ardour2/branches/3.0@12080 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-24 18:59:56 +00:00
parent 55a882dd78
commit 2010f52b2f

View File

@ -69,13 +69,7 @@ MidiControlUI::do_request (MidiUIRequest* req)
} else if (req->type == CallSlot) {
#ifndef NDEBUG
if (getenv ("DEBUG_THREADED_SIGNALS")) {
cerr << "MIDI UI calls a slot\n";
}
#endif
req->the_slot ();
// req->the_slot ();
} else if (req->type == Quit) {