about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 9681a455..6dc85827 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -751,13 +751,6 @@ ui_prune_wins(void)
     }
 }
 
-win_type_t
-ui_win_type(int index)
-{
-    ProfWin *window = wins_get_by_num(index);
-    return window->type;
-}
-
 void
 ui_current_print_line(const char *const msg, ...)
 {