From 119468f621a59d86da10bedf75c4427b70f9d370 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Mar 2012 03:15:41 +0000 Subject: Remove activity from interface and use set_property() instead. Move client registration stuff to Engine and remove corresponding events. Simply response ID interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4066 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/ClientInterface.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'ingen/ClientInterface.hpp') diff --git a/ingen/ClientInterface.hpp b/ingen/ClientInterface.hpp index 0bed231c..d59e25b5 100644 --- a/ingen/ClientInterface.hpp +++ b/ingen/ClientInterface.hpp @@ -44,9 +44,6 @@ public: virtual void response(int32_t id, Status status) = 0; virtual void error(const std::string& msg) = 0; - - virtual void activity(const Raul::Path& path, - const Raul::Atom& value) = 0; }; } // namespace Ingen -- cgit v1.2.1