From 7b997634ef8abbe1ca6e735b778d6003bcf70b32 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Thu, 6 Dec 2012 23:27:43 +0000 Subject: Remove unused variable --- Essentials/src/com/earth2me/essentials/commands/Commandsell.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandsell.java b/Essentials/src/com/earth2me/essentials/commands/Commandsell.java index 4916ad252..904990e39 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandsell.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandsell.java @@ -23,7 +23,6 @@ public class Commandsell extends EssentialsCommand public void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception { double totalWorth = 0.0; - double worth = 0.0; String type = ""; if (args.length < 1) { -- cgit v1.2.3