13
0

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.
This commit is contained in:
Paul Davis 2014-02-19 13:16:02 -05:00
parent f5dbbe4ac6
commit 46e86f6694

View 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);