mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
remove commented code
This commit is contained in:
parent
176660fff4
commit
e19646c3b1
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue