diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-04-07 21:42:09 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-04-07 21:42:09 +0200 |
commit | 827cc4b02ff6b5f3f81a129dc77f88e712148286 (patch) | |
tree | df94a53354a255fe691a63273e9fe7eadf30e523 /atom_inspector_ui.c | |
parent | f1ba6f519a28b21889c26dd60d46fe27907b7b25 (diff) | |
download | sherlock.lv2-827cc4b02ff6b5f3f81a129dc77f88e712148286.tar.xz |
tiny fixes in turtle.
Diffstat (limited to 'atom_inspector_ui.c')
-rw-r--r-- | atom_inspector_ui.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/atom_inspector_ui.c b/atom_inspector_ui.c index 50b9054..1e87a8e 100644 --- a/atom_inspector_ui.c +++ b/atom_inspector_ui.c @@ -570,9 +570,6 @@ instantiate(const LV2UI_Descriptor *descriptor, const char *plugin_uri, ui->write_function = write_function; ui->controller = controller; - - void *parent = NULL; - LV2UI_Resize *resize = NULL; int i, j; for(i=0; features[i]; i++) |