diff options
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r-- | src/lilv_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |