From 5a413b8cd31006c8836bcc7409f7055c890f8a68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Oct 2011 23:30:39 +0000 Subject: Move uri() to CommonInterface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3575 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/ClientInterface.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/ingen/ClientInterface.hpp') 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; -- cgit v1.2.1