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 17:54:47 +0100
committerJames Booth <boothj5@gmail.com>2015-06-15 17:54:47 +0100
commita849b200b368a74da18291e875b3e6d37ea729f2 (patch)
treea205560ed6bac544e9eb070fc756a4945acd8ffc /src/ui/core.c
parente9aa4ea0845b2e387a6512402d73fbc31b7bd393 (diff)
downloadprofani-tty-a849b200b368a74da18291e875b3e6d37ea729f2.tar.gz
Added win_clear() function
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 3b29c094..e2efcb55 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -1083,12 +1083,6 @@ ui_untrust(const char * const barejid)
 }
 
 void
-ui_clear_current(void)
-{
-    wins_clear_current();
-}
-
-void
 ui_close_win(int index)
 {
     ProfWin *window = wins_get_by_num(index);