From e19646c3b1abbc7dc8b10e4cf245ce3c4b806fd3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 1 Jul 2016 18:03:48 -0400 Subject: [PATCH] remove commented code --- gtk2_ardour/floating_text_entry.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/floating_text_entry.cc b/gtk2_ardour/floating_text_entry.cc index 64a04abc17..3e436e53dd 100644 --- a/gtk2_ardour/floating_text_entry.cc +++ b/gtk2_ardour/floating_text_entry.cc @@ -49,7 +49,6 @@ FloatingTextEntry::FloatingTextEntry (Gtk::Window* parent, const std::string& in entry.signal_populate_popup().connect (sigc::mem_fun (*this, &FloatingTextEntry::populate_popup)); entry.select_region (0, -1); - // entry.set_state (Gtk::STATE_SELECTED); if (parent) { parent->signal_focus_out_event().connect (sigc::mem_fun (*this, &FloatingTextEntry::entry_focus_out));