summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/Overlays.java
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-11-14 00:29:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2018-11-14 00:29:31 +0100
commit0b2d5739d8f620e06e9ee3aa5180f4f63559c20e (patch)
tree5cff8ef73ab8753e4a4cb662c1c9ddb700027f18 /core/src/ch/asynk/gdx/boardgame/Overlays.java
parent86d48ada8feb5810fd745433469442bc03316267 (diff)
downloadgdx-boardgame-0b2d5739d8f620e06e9ee3aa5180f4f63559c20e.zip
gdx-boardgame-0b2d5739d8f620e06e9ee3aa5180f4f63559c20e.tar.gz
remove useless import statements
Diffstat (limited to 'core/src/ch/asynk/gdx/boardgame/Overlays.java')
-rw-r--r--core/src/ch/asynk/gdx/boardgame/Overlays.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/ch/asynk/gdx/boardgame/Overlays.java b/core/src/ch/asynk/gdx/boardgame/Overlays.java
index b1cdba3..392d1cd 100644
--- a/core/src/ch/asynk/gdx/boardgame/Overlays.java
+++ b/core/src/ch/asynk/gdx/boardgame/Overlays.java
@@ -3,7 +3,6 @@ package ch.asynk.gdx.boardgame;
import com.badlogic.gdx.graphics.g2d.Sprite;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
-import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.utils.Array;
import ch.asynk.gdx.boardgame.Drawable;