From 9397371fe3c41a35f81668cdf2e66a8f395e2008 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 20:17:38 +0000 Subject: Lint. --- lv2/lv2plug.in/ns/ext/uri-map/uri-map.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/uri-map/uri-map.h') 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 */ -- cgit v1.2.1