diff options
Diffstat (limited to 'include/ingen/EngineInterface.hpp')
-rw-r--r-- | include/ingen/EngineInterface.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ingen/EngineInterface.hpp b/include/ingen/EngineInterface.hpp index 357ca46b..301a675b 100644 --- a/include/ingen/EngineInterface.hpp +++ b/include/ingen/EngineInterface.hpp @@ -46,11 +46,6 @@ public: virtual void register_client(ClientInterface* client) = 0; virtual void unregister_client(const Raul::URI& uri) = 0; - // Object commands - - virtual void disconnect_all(const Raul::Path& parent_patch_path, - const Raul::Path& path) = 0; - // Requests virtual void ping() = 0; |