diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/uri-map')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/uri-map/uri-map.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h index df22cc7..d1dc2f7 100644 --- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h +++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h @@ -47,7 +47,6 @@ typedef void* LV2_URI_Map_Callback_Data; and data pointed to an instance of this struct. */ typedef struct { - /** Opaque pointer to host data. @@ -86,7 +85,6 @@ typedef struct { uint32_t (*uri_to_id)(LV2_URI_Map_Callback_Data callback_data, const char* map, const char* uri); - } LV2_URI_Map_Feature; #endif /* LV2_URI_MAP_H */ |