mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
remove unused method
This commit is contained in:
@@ -97,13 +97,6 @@ public class GameRules {
|
|||||||
|| appliedVariants.contains(GameType.Brawl);
|
|| appliedVariants.contains(GameType.Brawl);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean canCloneUseTargetsImage() {
|
|
||||||
return canCloneUseTargetsImage;
|
|
||||||
}
|
|
||||||
public void setCanCloneUseTargetsImage(final boolean canCloneUseTargetsImage) {
|
|
||||||
this.canCloneUseTargetsImage = canCloneUseTargetsImage;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean useGrayText() {
|
public boolean useGrayText() {
|
||||||
return useGrayText;
|
return useGrayText;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user