summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-12 23:47:14 +0000
committerDavid Robillard <d@drobilla.net>2012-04-12 23:47:14 +0000
commitf74b7279cf959a3b8f943e89db350af432ae78a8 (patch)
tree607d19ca9015dd7c02b5b9d00b0ea7c4becb1fe4 /ingen
parentb9ee86cf97f9ba8f6139c83f57b8d5848e7f90e4 (diff)
downloadingen-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')
-rw-r--r--ingen/client/PortModel.hpp2
-rw-r--r--ingen/shared/URIs.hpp3
2 files changed, 0 insertions, 5 deletions
diff --git a/ingen/client/PortModel.hpp b/ingen/client/PortModel.hpp
index fd4e29ca..b6013d05 100644
--- a/ingen/client/PortModel.hpp
+++ b/ingen/client/PortModel.hpp
@@ -58,8 +58,6 @@ public:
|| ObjectModel::is_a("http://lv2plug.in/ns/ext/cv-port#CVPort");
}
- bool has_context(const Raul::URI& context) const;
-
inline bool operator==(const PortModel& pm) const { return (path() == pm.path()); }
void on_property(const Raul::URI& uri, const Raul::Atom& value);
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;