From fc4d272d955735ffc49c867cdf28a8e7b621488e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Oct 2011 04:16:45 +0000 Subject: Fix compilation without UI resize extension. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3553 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 9b2946c..906ca7b 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -75,10 +75,8 @@ typedef struct { JalvOptions opts; /**< Command-line options */ const char* prog_name; /**< Program name (argv[0]) */ LilvWorld* world; /**< Lilv World */ -#ifdef HAVE_LV2_UI_RESIZE int ui_width; /**< Requested UI width */ int ui_height; /**< Requested UI height */ -#endif SerdReader* reader; /**< RDF reader (for persistence) */ SerdWriter* writer; /**< RDF writer (for persistence) */ struct Property* props; /**< Restored state properties */ -- cgit v1.2.1