mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
more unused methods and imports removal
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user