- Removed an unused variable.

This commit is contained in:
Agetian
2018-04-27 13:48:00 +03:00
parent 98bc1fb01a
commit 7d5b0be5ca

View File

@@ -48,7 +48,6 @@ public class ConquestRegion {
public ISkinImage getArt() { public ISkinImage getArt() {
if (art == null) { if (art == null) {
PaperCard pc = cardPool.getCard(artCardName); PaperCard pc = cardPool.getCard(artCardName);
boolean transformed = false;
if (pc == null) { if (pc == null) {
pc = FModel.getMagicDb().getCommonCards().getCard(artCardName); pc = FModel.getMagicDb().getCommonCards().getCard(artCardName);