Removed cons_good_show

This commit is contained in:
James Booth
2012-03-01 00:43:44 +00:00
parent 2acf15de0d
commit 2fd9e788a9
4 changed files with 2 additions and 9 deletions

View File

@@ -181,12 +181,6 @@ void cons_help(void)
cons_show(" F2-10 : Chat windows.");
}
void cons_good_show(char *msg)
{
_win_show_time(_cons_win);
wprintw(_cons_win, "%s\n", msg);
}
void cons_bad_show(char *msg)
{
_win_show_time(_cons_win);