summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreateNodeEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/CreateNodeEvent.hpp')
-rw-r--r--src/engine/events/CreateNodeEvent.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/engine/events/CreateNodeEvent.hpp b/src/engine/events/CreateNodeEvent.hpp
index 6b9e4f30..61fd2c5c 100644
--- a/src/engine/events/CreateNodeEvent.hpp
+++ b/src/engine/events/CreateNodeEvent.hpp
@@ -47,16 +47,6 @@ public:
const string& plugin_uri,
bool poly);
- // DEPRECATED
- CreateNodeEvent(Engine& engine,
- SharedPtr<Responder> responder,
- SampleCount timestamp,
- const string& node_path,
- const string& plugin_type,
- const string& lib_name,
- const string& plugin_label,
- bool poly);
-
void pre_process();
void execute(ProcessContext& context);
void post_process();