diff options
author | David Robillard <d@drobilla.net> | 2011-04-28 05:05:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-28 05:05:40 +0000 |
commit | 0a506b3ddaf5cc836d663b2af682dc25475a31cc (patch) | |
tree | 9a6b803050066168acde01006a438cd0215c9f89 /slv2/slv2.h | |
parent | c146a5d866ab26bcf277726109b7f1f91cce5e28 (diff) | |
download | lilv-0a506b3ddaf5cc836d663b2af682dc25475a31cc.tar.gz lilv-0a506b3ddaf5cc836d663b2af682dc25475a31cc.tar.bz2 lilv-0a506b3ddaf5cc836d663b2af682dc25475a31cc.zip |
Remove unused typedef (moved to Suil).
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3209 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/slv2.h')
-rw-r--r-- | slv2/slv2.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h index 4cb4e98..8498d48 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -76,15 +76,6 @@ typedef struct _SLV2Value* SLV2Value; /**< Typed Value. */ typedef struct _SLV2World* SLV2World; /**< SLV2 World. */ typedef struct _SLV2UIInstance* SLV2UIInstance; /**< Plugin UI Instance. */ -/** - A UI host descriptor. - - A UI host descriptor contains the various functions that a plugin UI may use - to communicate with the plugin. It is passed to @ref slv2_ui_instance_new to - provide these functions to the UI. -*/ -typedef struct _SLV2UIHost* SLV2UIHost; - typedef void* SLV2PluginClasses; /**< set<PluginClass>. */ typedef void* SLV2Plugins; /**< set<Plugin>. */ typedef void* SLV2ScalePoints; /**< set<ScalePoint>. */ |