Removed cons_create from console.c

This commit is contained in:
James Booth
2013-08-26 17:29:20 +01:00
parent d1b3340ea5
commit 48feac3e77
4 changed files with 2 additions and 13 deletions

View File

@@ -144,7 +144,6 @@ void title_bar_set_typing(gboolean is_typing);
void title_bar_draw(void);
// console window actions
ProfWin* cons_create(void);
void cons_show(const char * const msg, ...);
void cons_about(void);
void cons_help(void);