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

@@ -1019,7 +1019,8 @@ cmd_help(ProfWin *window, const char *const command, gchar **args)
gboolean
cmd_about(ProfWin *window, const char *const command, gchar **args)
{
ui_about();
cons_show("");
cons_about();
return TRUE;
}