From beccc26909e9976d33f3be2951b6ef8cd63353ff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Apr 2011 06:26:38 +0000 Subject: Remove UI instance API from SLV2 (apps should implement UIs via Suil now). Remove UI extension API and header from public APIs entirely. Rework UI instance API to support multiple UIs and a more precise notion of embedding support. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3186 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 5facad3..5a2d2c7 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -185,19 +185,6 @@ struct _SLV2InstanceImpl { void* lib_handle; }; -/* ********* UI Instance ********* */ - -struct _SLV2UIInstance { - SuilInstance instance; -}; - -struct _SLV2UIHost { - LV2UI_Write_Function write_function; - SLV2PortIndexFunction port_index_function; - SLV2PortSubscribeFunction port_subscribe_function; - SLV2PortUnsubscribeFunction port_unsubscribe_function; -}; - /* ********* Plugin Class ********* */ struct _SLV2PluginClass { -- cgit v1.2.1