From ff5dc62445221e7ab0c55d7c0b4ab38f83087b11 Mon Sep 17 00:00:00 2001 From: jyockey Date: Mon, 23 May 2022 20:36:45 -0700 Subject: [PATCH] Don't need the cache file reference either (wasn't used) --- .../src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/forge-gui/src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java b/forge-gui/src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java index cf4f4f54e3c..080e2b4cbe9 100644 --- a/forge-gui/src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java +++ b/forge-gui/src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java @@ -17,7 +17,6 @@ */ package forge.gui.download; -import java.io.File; import java.util.*; import forge.ImageKeys; @@ -38,7 +37,6 @@ public class GuiDownloadPicturesLQ extends GuiDownloadService { @Override protected final Map getNeededFiles() { - File f = new File(ForgeConstants.CACHE_CARD_PICS_DIR); existingSets = retrieveManifestDirectory(); for (final PaperCard c : FModel.getMagicDb().getCommonCards().getAllCards()) {