about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-22 00:01:43 +0000
committerJames Booth <boothj5@gmail.com>2014-12-22 00:01:43 +0000
commit86dc29d8e896c70f4adfee90651ebfa9317d31dc (patch)
tree324d50acf132cdb973c3590fd79af10b10aee9c0 /src/ui/window.h
parentd5dee1632dd6e68a616a748456a880ea05983b3e (diff)
downloadprofani-tty-86dc29d8e896c70f4adfee90651ebfa9317d31dc.tar.gz
Removed functions from window.c
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index ce74c973..0f04faae 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -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