From 032b4951d503f7085526ed03f98e8f19b5dea459 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 17:09:03 +0100 Subject: Remove NoopEvent --- src/handle_event.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/handle_event.cpp') diff --git a/src/handle_event.cpp b/src/handle_event.cpp index acd2420..47b2557 100644 --- a/src/handle_event.cpp +++ b/src/handle_event.cpp @@ -51,8 +51,6 @@ public: : _patchage{patchage} {} - void operator()(const NoopEvent&) {} - void operator()(const ClientCreationEvent&) { // Don't create empty modules, they will be created when ports are added -- cgit v1.2.1