mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Removed unused method
This commit is contained in:
@@ -118,10 +118,6 @@ public class ImageUtil {
|
|||||||
return getImageRelativePath(cp, backFace, true, true);
|
return getImageRelativePath(cp, backFace, true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getScryfallDownloadUrl(PaperCard cp, boolean backFace, String setCode){
|
|
||||||
return getScryfallDownloadUrl(cp, backFace, setCode, "en");
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String getScryfallDownloadUrl(PaperCard cp, boolean backFace, String setCode, String langCode){
|
public static String getScryfallDownloadUrl(PaperCard cp, boolean backFace, String setCode, String langCode){
|
||||||
String editionCode;
|
String editionCode;
|
||||||
if ((setCode != null) && (setCode.length() > 0))
|
if ((setCode != null) && (setCode.length() > 0))
|
||||||
|
|||||||
Reference in New Issue
Block a user