Clean up unused vars/funcs from eee98b0e07

eee98b0e07 made some functions and
variables unused, which generate compiler warnings. So I've removed
them.
This commit is contained in:
Misa
2021-04-09 08:57:00 -07:00
committed by Ethan Lee
parent 8e4b904f57
commit b5f1cbb2d1
3 changed files with 0 additions and 39 deletions

View File

@@ -3783,11 +3783,6 @@ void editorlogic(void)
}
}
static void creategraphicoptions(void)
{
game.createmenu(Menu::graphicoptions);
}
static void creategameoptions(void)
{
game.createmenu(Menu::options);