summaryrefslogtreecommitdiffstats
path: root/src/handle_event.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 17:09:03 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 21:09:38 +0100
commit032b4951d503f7085526ed03f98e8f19b5dea459 (patch)
tree09af8aa40977efff3a7ba2a737cc6043ab887401 /src/handle_event.cpp
parentd001bb42d6a8854d51bfb1d3df5015f66fb8444d (diff)
downloadpatchage-032b4951d503f7085526ed03f98e8f19b5dea459.tar.gz
patchage-032b4951d503f7085526ed03f98e8f19b5dea459.tar.bz2
patchage-032b4951d503f7085526ed03f98e8f19b5dea459.zip
Remove NoopEvent
Diffstat (limited to 'src/handle_event.cpp')
-rw-r--r--src/handle_event.cpp2
1 files changed, 0 insertions, 2 deletions
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