diff options
-rw-r--r-- | src/events.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/events.h b/src/events.h index e673329..9e3cae1 100644 --- a/src/events.h +++ b/src/events.h @@ -38,10 +38,6 @@ using timepos_t = unsigned int; -class InputEvent; // just used as template argument for the ID -using InputEventID = ID<InputEvent>; -using InputEventIDs = std::vector<InputEventID>; - class EventGroup; // just used as template argument for the ID using EventGroupID = ID<EventGroup>; using EventGroupIDs = std::vector<EventGroupID>; |