diff options
Diffstat (limited to 'ingen/client')
-rw-r--r-- | ingen/client/PortModel.hpp | 2 |
1 files changed, 0 insertions, 2 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); |