summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d6fe8910..b5592b12 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -107,28 +107,6 @@ Uint32 nextFrame(Uint32 interval, void *param)
}
/**
- * Listener used for responding to map start error dialog.
- */
-class MapStartErrorListener : public gcn::ActionListener {
- void action(const std::string &eventId) {
- if (eventId == "ok") {
- state = LOGIN_STATE;
- }
- }
-} mapStartErrorListener;
-
-/**
- * Listener used for responding to init warning.
- */
-class InitWarningListener : public gcn::ActionListener {
- void action(const std::string &eventId) {
- if (eventId == "ok") {
- state = LOGIN_STATE;
- }
- }
-} initWarningListener;
-
-/**
* Do all initialization stuff
*/
void init_engine()