diff options
Diffstat (limited to 'src/libs/engine/events/ConnectionEvent.h')
-rw-r--r-- | src/libs/engine/events/ConnectionEvent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/engine/events/ConnectionEvent.h b/src/libs/engine/events/ConnectionEvent.h index 2d2e0c92..23bedcef 100644 --- a/src/libs/engine/events/ConnectionEvent.h +++ b/src/libs/engine/events/ConnectionEvent.h @@ -81,7 +81,6 @@ class TypedConnectionEvent : public QueuedEvent { public: TypedConnectionEvent(CountedPtr<Responder> responder, OutputPort<T>* src_port, InputPort<T>* dst_port); - ~TypedConnectionEvent(); void pre_process(); void execute(samplecount offset); |