From f74b7279cf959a3b8f943e89db350af432ae78a8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 23:47:14 +0000 Subject: Use URI defines from LV2 headers where possible. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4175 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/PortModel.hpp | 2 -- ingen/shared/URIs.hpp | 3 --- 2 files changed, 5 deletions(-) (limited to 'ingen') 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; -- cgit v1.2.1