mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Remove help dialogue
This commit is contained in:
parent
81f51cea98
commit
19f2bdad00
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user