summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r--src/PatchageEvent.hpp6
1 files changed, 1 insertions, 5 deletions
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 <string>
-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<NoopEvent,
- ClientCreationEvent,
+using PatchageEvent = boost::variant<ClientCreationEvent,
ClientDestructionEvent,
PortCreationEvent,
PortDestructionEvent,