diff options
author | James Booth <boothj5@gmail.com> | 2014-07-20 23:39:17 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-07-20 23:39:17 +0100 |
commit | 490e252fb401a0fb067022693ef709595648c569 (patch) | |
tree | 028f9f69ae04dc73501562d098e64aeb5747863e | |
parent | bb0fe16b4d4d6649378304b31b336fa0eb68e4e3 (diff) | |
download | profani-tty-490e252fb401a0fb067022693ef709595648c569.tar.gz |
Removed win_print from window.h
-rw-r--r-- | src/ui/window.h | 1 |
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 |