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/plugin.c | |
parent | 3fdff40e603e428f86e60f2acb949a1d7ea115c1 (diff) | |
download | lilv-da6d53f9e52fc05fdd33052f70406c2c0fd508fe.tar.gz lilv-da6d53f9e52fc05fdd33052f70406c2c0fd508fe.tar.bz2 lilv-da6d53f9e52fc05fdd33052f70406c2c0fd508fe.zip |
Remove redundant typedefs
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, |