summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-17 15:32:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commitc438ba2b6e92ff27baada01778fb9e098699333b (patch)
treea232931201df6b7cc8eac3c7e2baff5aff04edf8 /gtk2_ardour/editor_selection.cc
parent7f4880ad12222b113e305fa2f690bc6b113ab975 (diff)
remove no-longer-used TrackSelectionChanged signal from ControlProtocol
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index 00cc87daf2..175ec6812a 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -995,7 +995,6 @@ Editor::track_selection_changed ()
/* notify control protocols */
- ControlProtocol::TrackSelectionChanged (routes);
ControlProtocol::StripableSelectionChanged (stripables);
if (sfbrowser && _session && !_session->deletion_in_progress()) {