summaryrefslogtreecommitdiff
path: root/src/gui/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/error.h')
-rw-r--r--src/gui/error.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/error.h b/src/gui/error.h
index 9eb0cbde..feb864f2 100644
--- a/src/gui/error.h
+++ b/src/gui/error.h
@@ -25,7 +25,6 @@
#define _TMW_ERROR_H
#include <iosfwd>
-#include <SDL_events.h>
#include "ok_dialog.h"
@@ -54,9 +53,4 @@ class ErrorDialog : public OkDialog {
void action(const std::string& eventId);
};
-/**
- * Handle input
- */
-void errorInputHandler(SDL_KeyboardEvent *keyEvent);
-
#endif