summaryrefslogtreecommitdiffstats
path: root/src/shared/LV2URIMap.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-02 01:44:12 +0000
committerDavid Robillard <d@drobilla.net>2010-02-02 01:44:12 +0000
commit653679e967f11a0e008521885fcaf6994d2961fa (patch)
tree1b66e2e8ad84aac7f2d40da7f98182c74ad98d58 /src/shared/LV2URIMap.hpp
parentc1ac1f31457708db618143f54a3dfef7eb3361aa (diff)
downloadingen-653679e967f11a0e008521885fcaf6994d2961fa.tar.gz
ingen-653679e967f11a0e008521885fcaf6994d2961fa.tar.bz2
ingen-653679e967f11a0e008521885fcaf6994d2961fa.zip
Use Glib quarks to implement LV2 URI Map extension.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2406 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/LV2URIMap.hpp')
-rw-r--r--src/shared/LV2URIMap.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp
index ae43a9f2..b1e6a89f 100644
--- a/src/shared/LV2URIMap.hpp
+++ b/src/shared/LV2URIMap.hpp
@@ -47,16 +47,12 @@ public:
uint32_t uri_to_id(const char* map, const char* uri);
private:
- typedef std::map<std::string, uint32_t> URIMap;
-
static uint32_t uri_map_uri_to_id(LV2_URI_Map_Callback_Data callback_data,
const char* map,
const char* uri);
LV2_Feature uri_map_feature;
LV2_URI_Map_Feature uri_map_feature_data;
- URIMap uri_map;
- uint32_t next_uri_id;
public:
const uint32_t object_class_bool;