diff options
author | David Robillard <d@drobilla.net> | 2011-04-28 22:16:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-28 22:16:31 +0000 |
commit | 7aa935080bae3299dbfab41955ed93d6b68f39bf (patch) | |
tree | 72e9f2b572d9413fbae10255af1b27547f5c80ce /lilv/lilv.h | |
parent | 2f7085f51e560aebd73be9bd99a532f231406a70 (diff) | |
download | lilv-7aa935080bae3299dbfab41955ed93d6b68f39bf.tar.gz lilv-7aa935080bae3299dbfab41955ed93d6b68f39bf.tar.bz2 lilv-7aa935080bae3299dbfab41955ed93d6b68f39bf.zip |
Remove unused typedef.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3221 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv/lilv.h')
-rw-r--r-- | lilv/lilv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index 161c01b..41c16d8 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -64,7 +64,6 @@ typedef struct _LilvScalePoint* LilvScalePoint; /**< Scale Point (Notch). */ typedef struct _LilvUI* LilvUI; /**< Plugin UI. */ typedef struct _LilvValue* LilvValue; /**< Typed Value. */ typedef struct _LilvWorld* LilvWorld; /**< Lilv World. */ -typedef struct _LilvUIInstance* LilvUIInstance; /**< Plugin UI Instance. */ typedef void* LilvPluginClasses; /**< set<PluginClass>. */ typedef void* LilvPlugins; /**< set<Plugin>. */ |