From 1decca1e662fe32911f702004c26890f6d0b3982 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 13 Mar 2016 18:25:54 +0100 Subject: Remove stray debug resize call. --- pluginlv2.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pluginlv2.cc b/pluginlv2.cc index d351104..477f30a 100644 --- a/pluginlv2.cc +++ b/pluginlv2.cc @@ -507,7 +507,6 @@ LV2UI_Handle PluginLV2::uiInstantiate(const struct _LV2UI_Descriptor*descriptor, plugin_lv2->resize = resize; plugin_lv2->createWindow(parent); - plugin_lv2->resize->ui_resize(plugin_lv2->resize->handle, 100, 100); return plugin_lv2; } -- cgit v1.2.3