summaryrefslogtreecommitdiffstats
path: root/include/ingen/ClientInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/ClientInterface.hpp')
-rw-r--r--include/ingen/ClientInterface.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/ClientInterface.hpp b/include/ingen/ClientInterface.hpp
index a2086926..a72c4743 100644
--- a/include/ingen/ClientInterface.hpp
+++ b/include/ingen/ClientInterface.hpp
@@ -40,8 +40,6 @@ class ClientInterface : public CommonInterface
public:
virtual ~ClientInterface() {}
- virtual Raul::URI uri() const = 0;
-
virtual void response_ok(int32_t id) = 0;
virtual void response_error(int32_t id, const std::string& msg) = 0;