diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-16 17:00:22 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-16 17:00:22 +0100 |
commit | 20ebc45f1ce064bd43a8f5ab8f8338feb3790e41 (patch) | |
tree | 42ed50cd7a66a10b9aa8e2d22d722b8decede8a2 /core | |
parent | ce96d3c2c346190f5241cbae75224dc9dbf1c9d8 (diff) | |
download | RustAndDust-20ebc45f1ce064bd43a8f5ab8f8338feb3790e41.zip RustAndDust-20ebc45f1ce064bd43a8f5ab8f8338feb3790e41.tar.gz |
ui/List: remove useless import statements
Diffstat (limited to 'core')
-rw-r--r-- | core/src/ch/asynk/rustanddust/ui/List.java | 3 |
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; |