mp4chaps Lua script: don't clutter global environment
[ardour.git] / gtk2_ardour / lv2_plugin_ui.cc
index 7f735dfcc54f9dd479480cfa9121567370cddd6d..d7f6708d00d50d6186750100dc767933f08d974f 100644 (file)
@@ -105,7 +105,7 @@ LV2PluginUI::touch(void*    controller,
        if (grabbed) {
                control->start_touch(control->session().transport_frame());
        } else {
-               control->stop_touch(false, control->session().transport_frame());
+               control->stop_touch(control->session().transport_frame());
        }
 }