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/PatchageEvent.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/PatchageEvent.hpp') diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 02d224a..2a87a2e 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -24,9 +24,6 @@ #include -struct NoopEvent -{}; - struct ClientCreationEvent { ClientID id; @@ -60,8 +57,7 @@ struct DisconnectionEvent }; /// An event from drivers that is processed by the GUI -using PatchageEvent = boost::variant