diff options
author | David Robillard <d@drobilla.net> | 2017-12-29 14:21:26 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-29 14:21:26 -0500 |
commit | da6d53f9e52fc05fdd33052f70406c2c0fd508fe (patch) | |
tree | 8dd8e8889ce66cf5255f8a8470b1eeb15af02b64 /src | |
parent | 3fdff40e603e428f86e60f2acb949a1d7ea115c1 (diff) | |
download | lilv-da6d53f9e52fc05fdd33052f70406c2c0fd508fe.tar.gz lilv-da6d53f9e52fc05fdd33052f70406c2c0fd508fe.tar.bz2 lilv-da6d53f9e52fc05fdd33052f70406c2c0fd508fe.zip |
Remove redundant typedefs
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 |