about summary refs log tree commit diff stats
path: root/src/ui/window_list.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-04-20 16:16:18 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-04-20 16:16:18 +0200
commitfb85cec12937ed6274e5dfe234824ac1ed8cb740 (patch)
treee7bb90850f5fc7e1d52369e1235e5c3e70f02d3f /src/ui/window_list.c
parent8d25e18b9a8501f56a877907c5969e0b63149bea (diff)
downloadprofani-tty-fb85cec12937ed6274e5dfe234824ac1ed8cb740.tar.gz
Remove unused func wins_close_current()
Diffstat (limited to 'src/ui/window_list.c')
-rw-r--r--src/ui/window_list.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/window_list.c b/src/ui/window_list.c
index 09b165e2..7918132a 100644
--- a/src/ui/window_list.c
+++ b/src/ui/window_list.c
@@ -499,12 +499,6 @@ wins_get_current_num(void)
 }
 
 void
-wins_close_current(void)
-{
-    wins_close_by_num(current);
-}
-
-void
 wins_close_by_num(int i)
 {
     // console cannot be closed