summaryrefslogtreecommitdiff
path: root/gtk2_ardour/floating_text_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-07-01 18:03:48 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-07-01 18:03:48 -0400
commite19646c3b1abbc7dc8b10e4cf245ce3c4b806fd3 (patch)
treed76c79ef18fca9c84399a676b33fc22ba14a65df /gtk2_ardour/floating_text_entry.cc
parent176660fff471435cd97aacd60a03ffe95f1407b9 (diff)
remove commented code
Diffstat (limited to 'gtk2_ardour/floating_text_entry.cc')
-rw-r--r--gtk2_ardour/floating_text_entry.cc1
1 files changed, 0 insertions, 1 deletions
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));