diff options
Diffstat (limited to 'src/engine/events/CreateNode.cpp')
-rw-r--r-- | src/engine/events/CreateNode.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/events/CreateNode.cpp b/src/engine/events/CreateNode.cpp index e5f8d721..25ceaa3a 100644 --- a/src/engine/events/CreateNode.cpp +++ b/src/engine/events/CreateNode.cpp @@ -66,7 +66,6 @@ CreateNode::CreateNode( _polyphonic = true; } - void CreateNode::pre_process() { @@ -105,7 +104,6 @@ CreateNode::pre_process() QueuedEvent::pre_process(); } - void CreateNode::execute(ProcessContext& context) { @@ -117,7 +115,6 @@ CreateNode::execute(ProcessContext& context) } } - void CreateNode::post_process() { @@ -144,7 +141,6 @@ CreateNode::post_process() } } - } // namespace Ingen } // namespace Events |