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; }