summaryrefslogtreecommitdiffstats
path: root/src/engine/QueuedEngineInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/QueuedEngineInterface.cpp')
-rw-r--r--src/engine/QueuedEngineInterface.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/engine/QueuedEngineInterface.cpp b/src/engine/QueuedEngineInterface.cpp
index f502584e..8adf2325 100644
--- a/src/engine/QueuedEngineInterface.cpp
+++ b/src/engine/QueuedEngineInterface.cpp
@@ -184,13 +184,6 @@ QueuedEngineInterface::del(const Path& path)
void
-QueuedEngineInterface::clear_patch(const Path& patch_path)
-{
- push_queued(new Events::ClearPatch(_engine, _responder, now(), this, patch_path));
-}
-
-
-void
QueuedEngineInterface::connect(const Path& src_port_path,
const Path& dst_port_path)
{