Do not try to restore Route solo state after clearing all solo state
[ardour.git] / gtk2_ardour / prompter.cc
index 0839a5c8a7532339b8d4c6ec99788f0625e2f4ef..16428eef19dd56160ea4f4cd5008f6345f51a102 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2002 Paul Davis 
+    Copyright (C) 2002 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include "prompter.h"
-#include "ardour_ui.h"
-
-using namespace sigc;
 
 ArdourPrompter::ArdourPrompter (bool modal)
        : Gtkmm2ext::Prompter (modal)
 {
-       the_entry().signal_focus_in_event().connect (ptr_fun (ARDOUR_UI::generic_focus_in_event));
-       the_entry().signal_focus_out_event().connect (ptr_fun (ARDOUR_UI::generic_focus_out_event));
 }