From da6d53f9e52fc05fdd33052f70406c2c0fd508fe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 29 Dec 2017 14:21:26 -0500 Subject: Remove redundant typedefs --- src/plugin.c | 1 - src/world.c | 1 - 2 files changed, 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 -- cgit v1.2.1