Remove help dialogue

This commit is contained in:
simon.kagstrom 2010-03-15 06:15:02 +00:00
parent 81f51cea98
commit 19f2bdad00

View File

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