From b5c9f0d5a9ab1a7a68d1896a743a087038378ffc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Mar 2012 05:37:37 +0000 Subject: Remove implementation of UI resize extension which is handled autommatically by Suil now. Tolerate UIs sending messages with crazy port indices. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4096 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv_internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/jalv_internal.h') diff --git a/src/jalv_internal.h b/src/jalv_internal.h index d93560e..82f414c 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -109,8 +109,6 @@ typedef struct { LV2_Atom_Forge forge; ///< Atom forge const char* prog_name; ///< Program name (argv[0]) LilvWorld* world; ///< Lilv World - int ui_width; ///< Requested UI width - int ui_height; ///< Requested UI height LV2_URID_Map map; ///< URI => Int map LV2_URID_Unmap unmap; ///< Int => URI map Sratom* sratom; ///< Atom serialiser -- cgit v1.2.1