summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-02-19 13:16:02 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-02-25 12:00:53 -0500
commit46e86f669402d88407062e461dbf4f7bcdccba67 (patch)
tree01a552389e06c332fa32f975f6909999f1e6eb6c /gtk2_ardour/editor_drag.cc
parentf5dbbe4ac6073e09a6a011eaeee95bf41f6e36f4 (diff)
Revert "add a hack to deal with device discovery race, in which the devices were not actually known to be ready before the last update_surfaces() call (which is where binding between strips and routes occurs) ; add support for Mackie Control touch on/off messages"
This reverts commit 06a25ffd5695697db9869a19e46c2f93c6c17458.
Diffstat (limited to 'gtk2_ardour/editor_drag.cc')
-rw-r--r--gtk2_ardour/editor_drag.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc
index 5fd6d4011b..89a2944dac 100644
--- a/gtk2_ardour/editor_drag.cc
+++ b/gtk2_ardour/editor_drag.cc
@@ -3318,7 +3318,7 @@ LineDrag::motion (GdkEvent* event, bool)
}
void
-LineDrag::finished (GdkEvent* event, bool movement_occured)
+LineDrag::finished (GdkEvent* event, bool)
{
if (movement_occured) {
motion (event, false);