diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 23:47:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 23:47:14 +0000 |
commit | f74b7279cf959a3b8f943e89db350af432ae78a8 (patch) | |
tree | 607d19ca9015dd7c02b5b9d00b0ea7c4becb1fe4 /src/shared | |
parent | b9ee86cf97f9ba8f6139c83f57b8d5848e7f90e4 (diff) | |
download | ingen-f74b7279cf959a3b8f943e89db350af432ae78a8.tar.gz ingen-f74b7279cf959a3b8f943e89db350af432ae78a8.tar.bz2 ingen-f74b7279cf959a3b8f943e89db350af432ae78a8.zip |
Use URI defines from LV2 headers where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4175 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/URIs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/URIs.cpp b/src/shared/URIs.cpp index 85d465ab..ae14782a 100644 --- a/src/shared/URIs.cpp +++ b/src/shared/URIs.cpp @@ -43,7 +43,6 @@ URIs::Quark::Quark(Ingen::Forge& forge, LV2URIMap* map, const char* c_str) { } -#define NS_CTX "http://lv2plug.in/ns/ext/contexts#" #define NS_INGEN "http://drobilla.net/ns/ingen#" #define NS_RDF "http://www.w3.org/1999/02/22-rdf-syntax-ns#" #define NS_RDFS "http://www.w3.org/2000/01/rdf-schema#" @@ -64,9 +63,6 @@ URIs::URIs(Ingen::Forge& f, LV2URIMap* map) , atom_bufferType (forge, map, LV2_ATOM__bufferType) , atom_eventTransfer (forge, map, LV2_ATOM__eventTransfer) , atom_supports (forge, map, LV2_ATOM__supports) - , ctx_audioContext (forge, map, NS_CTX "audioContext") - , ctx_context (forge, map, NS_CTX "context") - , ctx_messageContext (forge, map, NS_CTX "messageContext") , cv_CVPort (forge, map, "http://lv2plug.in/ns/ext/cv-port#CVPort") , doap_name (forge, map, "http://usefulinc.com/ns/doap#name") , ingen_Connection (forge, map, NS_INGEN "Connection") |