diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 20:17:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 20:17:38 +0000 |
commit | 9397371fe3c41a35f81668cdf2e66a8f395e2008 (patch) | |
tree | 27afc7a0b1b36e58156fd77d22fd45ca2946bf2e /lv2/lv2plug.in/ns/ext/uri-map/uri-map.h | |
parent | e3e7dcfa043ee95ea419c8407716831e1141d454 (diff) | |
download | lv2-9397371fe3c41a35f81668cdf2e66a8f395e2008.tar.xz |
Lint.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/uri-map/uri-map.h')
-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 */ |