summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-17 14:55:32 +0200
committerRobin Gareus <robin@gareus.org>2017-06-17 15:52:03 +0200
commitf77540120c62c5c99d4c4dbac7eb3c2c8e728a3e (patch)
treedc0ea59a361ebe4d5a5b952c056739766f75eea2 /gtk2_ardour/editor_selection.cc
parentc02a3413e1eb079ea7df5d14da94973c17b8e11c (diff)
Remove Cruft
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index 82c9020e9a..087fcf74e0 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -1019,10 +1019,6 @@ Editor::presentation_info_changed (PropertyChange const & what_changed)
/* STEP 2: update TimeAxisView's knowledge of their selected state
*/
-
- PropertyChange pc;
- pc.add (Properties::selected);
-
if (what_changed.contains (Properties::selected)) {
StripableNotificationListPtr stripables (new StripableNotificationList);