summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-05-29 16:09:56 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2020-05-29 16:10:38 +0200
commit239cce546c1660dc8c6cd0c3b83485e7d06106f9 (patch)
treef11a5be0ce09fe941bcc8228db79021d8dfaa99a /test
parent597ed977280986e52b73dcf64539199274e4f4d4 (diff)
downloadgdx-boardgame-239cce546c1660dc8c6cd0c3b83485e7d06106f9.zip
gdx-boardgame-239cce546c1660dc8c6cd0c3b83485e7d06106f9.tar.gz
remove useless import
Diffstat (limited to 'test')
-rw-r--r--test/src/ch/asynk/gdx/boardgame/test/AnimationsScreen.java1
-rw-r--r--test/src/ch/asynk/gdx/boardgame/test/BoardScreen.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/src/ch/asynk/gdx/boardgame/test/AnimationsScreen.java b/test/src/ch/asynk/gdx/boardgame/test/AnimationsScreen.java
index 4013273..ecd9c86 100644
--- a/test/src/ch/asynk/gdx/boardgame/test/AnimationsScreen.java
+++ b/test/src/ch/asynk/gdx/boardgame/test/AnimationsScreen.java
@@ -1,7 +1,6 @@
package ch.asynk.gdx.boardgame.test;
import com.badlogic.gdx.Gdx;
-import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.graphics.Texture;
diff --git a/test/src/ch/asynk/gdx/boardgame/test/BoardScreen.java b/test/src/ch/asynk/gdx/boardgame/test/BoardScreen.java
index a5ec9f9..8461d64 100644
--- a/test/src/ch/asynk/gdx/boardgame/test/BoardScreen.java
+++ b/test/src/ch/asynk/gdx/boardgame/test/BoardScreen.java
@@ -1,7 +1,6 @@
package ch.asynk.gdx.boardgame.test;
import com.badlogic.gdx.Gdx;
-import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.graphics.Texture;