diff options
Diffstat (limited to 'src/plugin.c')
-rw-r--r-- | src/plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c index 97eadac..d524ebe 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -216,7 +216,6 @@ lilv_plugin_load(LilvPlugin* p) } #ifdef LILV_DYN_MANIFEST - typedef void* LV2_Dyn_Manifest_Handle; // Load and parse dynamic manifest data, if this is a library if (p->dynmanifest) { typedef int (*GetDataFunc)(LV2_Dyn_Manifest_Handle handle, |