summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-16 14:37:40 -0500
committerDavid Robillard <d@drobilla.net>2014-12-18 20:23:34 -0500
commita12a065457a10d9be2582f3ad2fcee7178405981 (patch)
treee616a88d159606ffcd7150cb7e4164022f85d3eb /gtk2_ardour/selection.cc
parent026f7bf5b7bd4b28209a2fa9d421a5a73ec29dc4 (diff)
Fix copy paste of MIDI and track automation.
Diffstat (limited to 'gtk2_ardour/selection.cc')
-rw-r--r--gtk2_ardour/selection.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/selection.cc b/gtk2_ardour/selection.cc
index 9f69666497..b00f59ce83 100644
--- a/gtk2_ardour/selection.cc
+++ b/gtk2_ardour/selection.cc
@@ -42,8 +42,6 @@ using namespace std;
using namespace ARDOUR;
using namespace PBD;
-PBD::Signal0<void> Selection::ClearMidiNoteSelection;
-
struct AudioRangeComparator {
bool operator()(AudioRange a, AudioRange b) {
return a.start < b.start;