diff options
Diffstat (limited to 'ingen/ClientInterface.hpp')
-rw-r--r-- | ingen/ClientInterface.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 |