diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/client/PortModel.hpp | 2 | ||||
-rw-r--r-- | ingen/shared/URIs.hpp | 3 |
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; |