aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-21 05:37:37 +0000
committerDavid Robillard <d@drobilla.net>2012-03-21 05:37:37 +0000
commitb5c9f0d5a9ab1a7a68d1896a743a087038378ffc (patch)
treea2355d2b418761cce88654d53a72f06b84ebb5b0 /src/jalv_internal.h
parentac59950f294f3f498901d8a05cae9a12b75da77d (diff)
downloadjalv-b5c9f0d5a9ab1a7a68d1896a743a087038378ffc.tar.gz
jalv-b5c9f0d5a9ab1a7a68d1896a743a087038378ffc.tar.bz2
jalv-b5c9f0d5a9ab1a7a68d1896a743a087038378ffc.zip
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
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h2
1 files changed, 0 insertions, 2 deletions
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