diff options
-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>. */ |