about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-15 22:01:28 +0100
committerJames Booth <boothj5@gmail.com>2015-06-15 22:01:28 +0100
commit6097a5bade7fdcd333b8127c36d31024ae29284b (patch)
treed9d5d2f5138d10284fbba2b3183a8223eaef0d44 /src/ui/core.c
parent5cdd69f478e6bbd4b8b0ca03daab56e6206c3ab2 (diff)
downloadprofani-tty-6097a5bade7fdcd333b8127c36d31024ae29284b.tar.gz
Removed ui_get_current_chat()
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 127405f6..6cfa8594 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -405,12 +405,6 @@ ui_get_chat_recipients(void)
     return recipients;
 }
 
-ProfChatWin *
-ui_get_current_chat(void)
-{
-    return wins_get_current_chat();
-}
-
 void
 ui_message_receipt(const char * const barejid, const char * const id)
 {