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-07-20 23:39:17 +0100
committerJames Booth <boothj5@gmail.com>2014-07-20 23:39:17 +0100
commit490e252fb401a0fb067022693ef709595648c569 (patch)
tree028f9f69ae04dc73501562d098e64aeb5747863e /src/ui/window.h
parentbb0fe16b4d4d6649378304b31b336fa0eb68e4e3 (diff)
downloadprofani-tty-490e252fb401a0fb067022693ef709595648c569.tar.gz
Removed win_print from window.h
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index a4046d71..55ce9ba6 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -79,7 +79,6 @@ void win_print_incoming_message(ProfWin *window, GTimeVal *tv_stamp,
 void win_show_info(ProfWin *window, PContact contact);
 void win_save_vprint(ProfWin *window, const char show_char, GTimeVal *tstamp, int flags, int attrs, const char * const from, const char * const message, ...);
 void win_save_print(ProfWin *window, const char show_char, GTimeVal *tstamp, int flags, int attrs, const char * const from, const char * const message);
-void win_print(ProfWin *window, const char show_char, const char * const date_fmt, int flags, int attrs, const char * const from, const char * const message);
 void win_redraw(ProfWin *window);
 
 #endif