more unused methods and imports removal

This commit is contained in:
Maxmtg
2017-08-13 01:44:36 +00:00
parent 4253365e03
commit d04e186dea
6 changed files with 8 additions and 16 deletions

View File

@@ -78,10 +78,6 @@ public class DeckGenerator5Color extends DeckGeneratorBase {
colors = ColorSet.fromMask(0).inverse();
}
private void initialize(DeckFormat format0) {
format0.adjustCMCLevels(cmcLevels);
colors = ColorSet.fromMask(0).inverse();
}
@Override
public final CardPool getDeck(final int size, final boolean forAi) {