From 2010f52b2f39a12186d4fd1ee616fa02787d188b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Apr 2012 18:59:56 +0000 Subject: [PATCH] debugging: stop MidiControlUI from actually executing slots via CallSlot git-svn-id: svn://localhost/ardour2/branches/3.0@12080 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/midi_ui.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libs/ardour/midi_ui.cc b/libs/ardour/midi_ui.cc index e9e9eafb99..1cd0e1f133 100644 --- a/libs/ardour/midi_ui.cc +++ b/libs/ardour/midi_ui.cc @@ -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) {