summaryrefslogtreecommitdiffstats
path: root/src/engine/QueuedEngineInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/QueuedEngineInterface.hpp')
-rw-r--r--src/engine/QueuedEngineInterface.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/engine/QueuedEngineInterface.hpp b/src/engine/QueuedEngineInterface.hpp
index ed50f7c8..bd90e097 100644
--- a/src/engine/QueuedEngineInterface.hpp
+++ b/src/engine/QueuedEngineInterface.hpp
@@ -86,12 +86,6 @@ public:
virtual void new_node(const string& path,
const string& plugin_uri);
- /** FIXME: DEPRECATED, REMOVE */
- virtual void new_node_deprecated(const string& path,
- const string& plugin_type,
- const string& lib_path,
- const string& plug_label);
-
virtual void rename(const string& old_path,
const string& new_name);