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

@@ -875,7 +875,7 @@ cmd_wins(ProfWin *window, const char *const command, gchar **args)
} else if (source_win == 10 || target_win == 10) {
cons_show("Window 10 does not exist");
} else if (source_win != target_win) {
gboolean swapped = ui_swap_wins(source_win, target_win);
gboolean swapped = wins_swap(source_win, target_win);
if (swapped) {
cons_show("Swapped windows %d <-> %d", source_win, target_win);
} else {