summaryrefslogtreecommitdiffstats
path: root/include/ingen/EngineInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/EngineInterface.hpp')
-rw-r--r--include/ingen/EngineInterface.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ingen/EngineInterface.hpp b/include/ingen/EngineInterface.hpp
index 6d89797c..357ca46b 100644
--- a/include/ingen/EngineInterface.hpp
+++ b/include/ingen/EngineInterface.hpp
@@ -46,9 +46,6 @@ public:
virtual void register_client(ClientInterface* client) = 0;
virtual void unregister_client(const Raul::URI& uri) = 0;
- // Engine commands
- virtual void quit() = 0;
-
// Object commands
virtual void disconnect_all(const Raul::Path& parent_patch_path,