summaryrefslogtreecommitdiffstats
path: root/include/ingen/ServerInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/ServerInterface.hpp')
-rw-r--r--include/ingen/ServerInterface.hpp3
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