From 6a0776afcc3ad7d57939d7f114fa8f69e6dece35 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 26 Jan 2015 00:30:52 -0500 Subject: [PATCH] v0.2.3f: removed unused import --- .../shatteredpixeldungeon/levels/LastShopLevel.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastShopLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastShopLevel.java index e7dd3de74..5e5f87a48 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastShopLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastShopLevel.java @@ -24,7 +24,6 @@ import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.npcs.Imp; import com.shatteredpixel.shatteredpixeldungeon.items.Heap; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.levels.Room.Type; -import com.shatteredpixel.shatteredpixeldungeon.levels.painters.ShopPainter; import com.watabou.noosa.Scene; import com.watabou.utils.Graph; import com.watabou.utils.Random;