change selection behaviour for track header context click
[ardour.git] / gtk2_ardour / prompter.cc
index 9236d2a510728abd3b48fe543aa89c0544654290..0e1732b2371157c2eb3357cb03c6bf5f3a11534e 100644 (file)
     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 (slot (ARDOUR_UI::generic_focus_in_event));
-       the_entry().signal_focus_out_event().connect (slot (ARDOUR_UI::generic_focus_out_event));
 }