X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fprompter.cc;h=16428eef19dd56160ea4f4cd5008f6345f51a102;hb=cd0d68a591ee64bb0e85d9a364af9fe6abdeecbe;hp=9236d2a510728abd3b48fe543aa89c0544654290;hpb=e493b2b7c4fbbbfc457f02babf9546289b430177;p=ardour.git diff --git a/gtk2_ardour/prompter.cc b/gtk2_ardour/prompter.cc index 9236d2a510..16428eef19 100644 --- a/gtk2_ardour/prompter.cc +++ b/gtk2_ardour/prompter.cc @@ -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 @@ -15,18 +15,12 @@ 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)); }