From 7e1c8329cf53668da157c71e7c48a05d385b616d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Jan 2015 17:19:00 +0000 Subject: Remove LILV_NEW_LV2 define. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5522 a436a847-0d15-0410-975c-d299462d15a1 --- src/lilv_internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lilv_internal.h') diff --git a/src/lilv_internal.h b/src/lilv_internal.h index 25850d3..2d3fb23 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -102,9 +102,7 @@ typedef struct { char* bundle_path; void* lib; LV2_Descriptor_Function lv2_descriptor; -#ifdef LILV_NEW_LV2 const LV2_Lib_Descriptor* desc; -#endif uint32_t refs; } LilvLib; -- cgit v1.2.1