diff options
Diffstat (limited to 'include/ingen')
-rw-r--r-- | include/ingen/ServerInterface.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ingen/ServerInterface.hpp b/include/ingen/ServerInterface.hpp index d3036ab5..1b5fd56d 100644 --- a/include/ingen/ServerInterface.hpp +++ b/include/ingen/ServerInterface.hpp @@ -51,9 +51,6 @@ public: virtual void ping() = 0; virtual void get(const Raul::URI& uri) = 0; - - virtual void request_property(const Raul::URI& uri, - const Raul::URI& key) = 0; }; } // namespace Ingen |