From a1954c3d337451473b316ff7a0ce8c8a422494e6 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 22 Sep 2014 19:26:53 -0400 Subject: [PATCH] V0.2.0c : Removed unused import from HighGrass --- .../shatteredpixeldungeon/levels/features/HighGrass.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/HighGrass.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/HighGrass.java index a2a077d24..16b4ff33c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/HighGrass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/HighGrass.java @@ -28,7 +28,6 @@ import com.shatteredpixel.shatteredpixeldungeon.effects.particles.LeafParticle; import com.shatteredpixel.shatteredpixeldungeon.items.Dewdrop; import com.shatteredpixel.shatteredpixeldungeon.items.Generator; import com.shatteredpixel.shatteredpixeldungeon.items.artifacts.SandalsOfNature; -import com.shatteredpixel.shatteredpixeldungeon.items.rings.RingOfHerbalism.Herbalism; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene;