diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugin.c | 1 | ||||
-rw-r--r-- | src/world.c | 1 |
2 files changed, 0 insertions, 2 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, diff --git a/src/world.c b/src/world.c index 1d8fec8..b755724 100644 --- a/src/world.c +++ b/src/world.c @@ -484,7 +484,6 @@ lilv_world_load_dyn_manifest(LilvWorld* world, return; } - typedef void* LV2_Dyn_Manifest_Handle; LV2_Dyn_Manifest_Handle handle = NULL; // ?dman a dynman:DynManifest bundle_node |