summaryrefslogtreecommitdiff
path: root/src/gui/updatewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/updatewindow.h')
-rw-r--r--src/gui/updatewindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/updatewindow.h b/src/gui/updatewindow.h
index 4fd29ff2..ad554375 100644
--- a/src/gui/updatewindow.h
+++ b/src/gui/updatewindow.h
@@ -27,7 +27,6 @@
#include <guichan/actionlistener.hpp>
#include <string>
#include <vector>
-#include <SDL_events.h>
#include "window.h"
@@ -194,6 +193,4 @@ class UpdaterWindow : public Window, public gcn::ActionListener
ScrollArea *mScrollArea; /**< Used to scroll news box. */
};
-void updateInputHandler(SDL_KeyboardEvent *keyEvent);
-
#endif