Revert "add a hack to deal with device discovery race, in which the devices were...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 19 Feb 2014 18:16:02 +0000 (13:16 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 25 Feb 2014 17:00:53 +0000 (12:00 -0500)
This reverts commit 06a25ffd5695697db9869a19e46c2f93c6c17458.

gtk2_ardour/editor_drag.cc

index 5fd6d4011b94611b35b174b84c782cabd831dee9..89a2944dac5c1134072534e7658d955703a89405 100644 (file)
@@ -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);