From 0a506b3ddaf5cc836d663b2af682dc25475a31cc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Apr 2011 05:05:40 +0000 Subject: Remove unused typedef (moved to Suil). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3209 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/slv2.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'slv2/slv2.h') 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. */ typedef void* SLV2Plugins; /**< set. */ typedef void* SLV2ScalePoints; /**< set. */ -- cgit v1.2.1