From a12a065457a10d9be2582f3ad2fcee7178405981 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Dec 2014 14:37:40 -0500 Subject: Fix copy paste of MIDI and track automation. --- gtk2_ardour/selection.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/selection.cc') 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 Selection::ClearMidiNoteSelection; - struct AudioRangeComparator { bool operator()(AudioRange a, AudioRange b) { return a.start < b.start; -- cgit v1.2.3