about summary refs log tree commit diff stats
path: root/src/ui/windows.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/windows.c
parente9aa4ea0845b2e387a6512402d73fbc31b7bd393 (diff)
downloadprofani-tty-a849b200b368a74da18291e875b3e6d37ea729f2.tar.gz
Added win_clear() function
Diffstat (limited to 'src/ui/windows.c')
-rw-r--r--src/ui/windows.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/windows.c b/src/ui/windows.c
index f3f6967b..cb0f00de 100644
--- a/src/ui/windows.c
+++ b/src/ui/windows.c
@@ -378,14 +378,6 @@ wins_close_by_num(int i)
     }
 }
 
-void
-wins_clear_current(void)
-{
-    ProfWin *window = wins_get_current();
-    werase(window->layout->win);
-    win_update_virtual(window);
-}
-
 gboolean
 wins_is_current(ProfWin *window)
 {