Removed ui_swap_wins

This commit is contained in:
James Booth
2015-11-02 21:05:21 +00:00
parent df5b93987f
commit bcd19c6d16
4 changed files with 1 additions and 12 deletions

View File

@@ -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)
{