mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Remove unused functions
This commit is contained in:
@@ -71,12 +71,6 @@ public class FDeckChooser extends FScreen {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void initialize() {
|
|
||||||
initialize(DeckType.COLOR_DECK);
|
|
||||||
}
|
|
||||||
public void initialize(DeckType defaultDeckType) {
|
|
||||||
initialize(null, defaultDeckType);
|
|
||||||
}
|
|
||||||
public void initialize(FPref savedStateSetting, DeckType defaultDeckType) {
|
public void initialize(FPref savedStateSetting, DeckType defaultDeckType) {
|
||||||
stateSetting = savedStateSetting;
|
stateSetting = savedStateSetting;
|
||||||
selectedDeckType = defaultDeckType;
|
selectedDeckType = defaultDeckType;
|
||||||
|
|||||||
Reference in New Issue
Block a user