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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 74b6bbc1..9681a455 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -751,12 +751,6 @@ ui_prune_wins(void)
     }
 }
 
-gboolean
-ui_swap_wins(int source_win, int target_win)
-{
-    return wins_swap(source_win, target_win);
-}
-
 win_type_t
 ui_win_type(int index)
 {