mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +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) {
|
||||
stateSetting = savedStateSetting;
|
||||
selectedDeckType = defaultDeckType;
|
||||
|
||||
Reference in New Issue
Block a user