From 2faae5b3e58e3cdfeb9fb604499c0320bcc92525 Mon Sep 17 00:00:00 2001 From: Doublestrike Date: Thu, 12 Jan 2012 05:18:08 +0000 Subject: [PATCH] Minor update to ViewField. --- src/main/java/forge/view/match/ViewField.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/main/java/forge/view/match/ViewField.java b/src/main/java/forge/view/match/ViewField.java index 29fc7b82bd1..0213dbf2743 100644 --- a/src/main/java/forge/view/match/ViewField.java +++ b/src/main/java/forge/view/match/ViewField.java @@ -99,18 +99,6 @@ public class ViewField extends FRoundedPanel { this.hoverBorder = new LineBorder(this.skin.getColor("borders"), 1); this.counter = -1; - /* - * - if (AllZone.getQuestData() != null && this.player.isComputer()) { - final File base = ForgeProps.getFile(NewConstants.IMAGE_ICON); - String iconName = ""; - if (Constant.Quest.OPP_ICON_NAME[0] != null) { - iconName = Constant.Quest.OPP_ICON_NAME[0]; - final File file = new File(base, iconName); - } - } - */ - // Player icon logic String filename; if (player.isHuman()) {