aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crepe/system/InputSystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/system/InputSystem.h b/src/crepe/system/InputSystem.h
index 5afe641..6a638e3 100644
--- a/src/crepe/system/InputSystem.h
+++ b/src/crepe/system/InputSystem.h
@@ -22,7 +22,6 @@ class ButtonPressEvent : public Event {
public:
const Metadata & meta_data;
ButtonPressEvent(const Metadata & meta_data) : meta_data(meta_data){};
- ;
};
class ButtonEnterEvent : public Event {
public: