From 19f2bdad00a8135e8d7117f0779119c695366fda Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Mon, 15 Mar 2010 06:15:02 +0000 Subject: [PATCH] Remove help dialogue --- Src/gui/gui.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Src/gui/gui.cpp b/Src/gui/gui.cpp index 27155ca..c092367 100644 --- a/Src/gui/gui.cpp +++ b/Src/gui/gui.cpp @@ -269,18 +269,6 @@ bool Gui::setTheme(const char *path) VirtualKeyboard::kbd->updateTheme(); - /* FIXME! Remove! */ - { - static bool viewed = false; - - if (!viewed) - { - this->activate(); - this->pushDialogueBox(new DialogueBox(needs_help)); - viewed = true; - } - } - return true; }