summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-24 11:28:31 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-24 11:28:31 -0500
commit61c66afd4c54888449cb5ac635f9694cd8415e37 (patch)
treeb69c8d0417a3103c211e86734e8f8f2e86dede25 /gtk2_ardour/mixer_ui.h
parent05f3adaba3eb42ba407864dd04064472e68948a6 (diff)
Revert previous select-strips-under-mouse behavior
However, keep the path for deletions in the editor-mixer via _entered_mixer_strip TODO: if nothing was deleted, assume the user was trying to delete something in the editor instead Show selected plugins by a red border TODO: more work on the selection model for plugins and mixer strips
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index a324888c86..e5d78f2218 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -249,7 +249,6 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
void group_display_selection_changed ();
bool strip_button_release_event (GdkEventButton*, MixerStrip*);
- bool strip_enter_event (GdkEventCrossing*, MixerStrip*);
Width _strip_width;