Removed functions from window.c

This commit is contained in:
James Booth
2014-12-22 00:01:43 +00:00
parent d5dee1632d
commit 86dc29d8e8
5 changed files with 19 additions and 46 deletions

View File

@@ -177,8 +177,5 @@ void win_printline_nowrap(WINDOW *win, char *msg);
int win_unread(ProfWin *window);
gboolean win_has_active_subwin(ProfWin *window);
gboolean win_has_modified_form(ProfWin *window);
gboolean win_chat_history_shown(ProfWin *window);
gboolean win_has_chat_resource(ProfWin *window);
#endif