about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-05 23:28:21 +0000
committerJames Booth <boothj5@gmail.com>2015-11-05 23:28:21 +0000
commit9fcdc5901cf27526cdb492cd7a4fbfe2133aeefe (patch)
treea292204701028c5562a226cf76e84803482647a9 /src/ui/ui.h
parentf1daec663d38b683bf4af70eedec0da1e24a60f1 (diff)
downloadprofani-tty-9fcdc5901cf27526cdb492cd7a4fbfe2133aeefe.tar.gz
Removed ui_new_private_win
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index c3d65978..751e65ca 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -68,7 +68,6 @@ void ui_sigwinch_handler(int sig);
 void ui_handle_otr_error(const char *const barejid, const char *const message);
 unsigned long ui_get_idle_time(void);
 void ui_reset_idle_time(void);
-ProfPrivateWin* ui_new_private_win(const char *const fulljid);
 void ui_print_system_msg_from_recipient(const char *const barejid, const char *message);
 void ui_close_connected_win(int index);
 int ui_close_all_wins(void);