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 /ingen/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 'ingen/shared')
-rw-r--r-- | ingen/shared/URIs.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp index c5e300e2..ec199ef7 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -59,9 +59,6 @@ public: const Quark atom_bufferType; const Quark atom_eventTransfer; const Quark atom_supports; - const Quark ctx_audioContext; - const Quark ctx_context; - const Quark ctx_messageContext; const Quark cv_CVPort; const Quark doap_name; const Quark ingen_Connection; |