Removed ui_about() function

This commit is contained in:
James Booth
2015-10-26 20:37:50 +00:00
parent 523d92e950
commit d8fc7faa36
4 changed files with 2 additions and 10 deletions

View File

@@ -151,13 +151,6 @@ ui_update(void)
}
}
void
ui_about(void)
{
cons_show("");
cons_about();
}
unsigned long
ui_get_idle_time(void)
{