summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-02-16 17:00:22 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-02-16 17:00:22 +0100
commit20ebc45f1ce064bd43a8f5ab8f8338feb3790e41 (patch)
tree42ed50cd7a66a10b9aa8e2d22d722b8decede8a2 /core/src/ch/asynk
parentce96d3c2c346190f5241cbae75224dc9dbf1c9d8 (diff)
downloadRustAndDust-20ebc45f1ce064bd43a8f5ab8f8338feb3790e41.zip
RustAndDust-20ebc45f1ce064bd43a8f5ab8f8338feb3790e41.tar.gz
ui/List: remove useless import statements
Diffstat (limited to 'core/src/ch/asynk')
-rw-r--r--core/src/ch/asynk/rustanddust/ui/List.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/ch/asynk/rustanddust/ui/List.java b/core/src/ch/asynk/rustanddust/ui/List.java
index ad1d786..333b124 100644
--- a/core/src/ch/asynk/rustanddust/ui/List.java
+++ b/core/src/ch/asynk/rustanddust/ui/List.java
@@ -1,8 +1,5 @@
package ch.asynk.rustanddust.ui;
-import com.badlogic.gdx.Gdx;
-import com.badlogic.gdx.graphics.GL20;
-import com.badlogic.gdx.graphics.glutils.HdpiUtils;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.GlyphLayout;