From 4b865a6329c59c7caae0f5525969b31e706b6f58 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 14:00:55 +0000 Subject: [PATCH] - Removed the old no longer used showDialog() method from GameActionUitl. --- src/forge/GameActionUtil.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/forge/GameActionUtil.java b/src/forge/GameActionUtil.java index 62ef133cfdc..6582e2eeb6a 100644 --- a/src/forge/GameActionUtil.java +++ b/src/forge/GameActionUtil.java @@ -4648,18 +4648,7 @@ public class GameActionUtil { return false; } } -/* - private static boolean showDialog(Card c) { - String[] choices = {"Yes", "No"}; - Object q = null; - - q = AllZone.Display.getChoiceOptional("Use " + c.getName() + " effect?", choices); - - if(q == null || q.equals("No")) return false; - else return true; - } -*/ //***CREATURES START HERE*** public static void executeDestroyCreatureCardEffects(Card c, Card destroyed) {