mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
remove cruft from initial addition of find-and-display
This commit is contained in:
parent
4a827ef7ee
commit
ac922f1683
2 changed files with 0 additions and 9 deletions
|
|
@ -9545,7 +9545,6 @@ Editor::find_and_display_track ()
|
|||
d.get_vbox()->show_all ();
|
||||
|
||||
text.set_activates_default ();
|
||||
text.signal_changed().connect (sigc::bind (sigc::mem_fun (*this, &Editor::find_and_display_text_change), &text));
|
||||
d.add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
||||
d.add_button (Stock::OK, RESPONSE_OK);
|
||||
d.set_default_response (RESPONSE_OK);
|
||||
|
|
@ -9584,8 +9583,3 @@ Editor::find_and_display_track ()
|
|||
ensure_time_axis_view_is_visible (*stv, true);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Editor::find_and_display_text_change (Gtk::Entry* text)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue