From d818f705adc30b5f515e49f88e23e870322f3eb3 Mon Sep 17 00:00:00 2001 From: snowleo Date: Sun, 21 Aug 2011 21:30:01 +0200 Subject: [PATCH] Cleanup --- Essentials/src/com/earth2me/essentials/commands/Commandwarp.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandwarp.java b/Essentials/src/com/earth2me/essentials/commands/Commandwarp.java index 722d5a2ec..17d55faee 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandwarp.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandwarp.java @@ -7,7 +7,6 @@ import com.earth2me.essentials.Util; import com.earth2me.essentials.Warps; import java.util.ArrayList; import java.util.Iterator; -import java.util.LinkedList; import java.util.List;