Don't need the cache file reference either (wasn't used)

This commit is contained in:
jyockey
2022-05-23 20:36:45 -07:00
parent 49d475a418
commit ff5dc62445

View File

@@ -17,7 +17,6 @@
*/ */
package forge.gui.download; package forge.gui.download;
import java.io.File;
import java.util.*; import java.util.*;
import forge.ImageKeys; import forge.ImageKeys;
@@ -38,7 +37,6 @@ public class GuiDownloadPicturesLQ extends GuiDownloadService {
@Override @Override
protected final Map<String, String> getNeededFiles() { protected final Map<String, String> getNeededFiles() {
File f = new File(ForgeConstants.CACHE_CARD_PICS_DIR);
existingSets = retrieveManifestDirectory(); existingSets = retrieveManifestDirectory();
for (final PaperCard c : FModel.getMagicDb().getCommonCards().getAllCards()) { for (final PaperCard c : FModel.getMagicDb().getCommonCards().getAllCards()) {