Removed wrong/old Preference load of sortType.

This commit is contained in:
LevelX2 2014-02-19 17:29:25 +01:00
parent 493729438f
commit 0beace4547
2 changed files with 2 additions and 5 deletions

View file

@ -308,9 +308,6 @@ public class DeckEditorPanel extends javax.swing.JPanel {
}
}
});
// Set Sort from Preferences
SortBy sortBy = SortBy.getByString(PreferencesDialog.getCachedValue(PreferencesDialog.KEY_DRAFT_SORT_BY, "Color"));
deckArea.getDeckList().setSortBy(sortBy);
refreshDeck();
this.setVisible(true);