Removed ui_tidy_wins

This commit is contained in:
James Booth
2015-11-02 21:03:30 +00:00
parent 75bce88b8a
commit df5b93987f
4 changed files with 3 additions and 13 deletions

View File

@@ -279,9 +279,6 @@ void ui_redraw_all_room_rosters(void) {}
void ui_show_all_room_rosters(void) {}
void ui_hide_all_room_rosters(void) {}
gboolean ui_tidy_wins(void) {
return TRUE;
}
void ui_prune_wins(void) {}
gboolean ui_swap_wins(int source_win, int target_win)
{