diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-12-18 08:47:29 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-12-18 11:11:51 +0100 |
commit | 16d3e7afeeac97797d1dcc017b0869ed4333c96e (patch) | |
tree | 8ff92457599be8af43107459c548e91e4624491f | |
parent | c60f94b5d7a0f5c6517f49710bfdc688484befe3 (diff) | |
download | RustAndDust-16d3e7afeeac97797d1dcc017b0869ed4333c96e.zip RustAndDust-16d3e7afeeac97797d1dcc017b0869ed4333c96e.tar.gz |
StatistictsPanel: remove unused import statments
-rw-r--r-- | core/src/ch/asynk/rustanddust/game/hud/StatisticsPanel.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/hud/StatisticsPanel.java b/core/src/ch/asynk/rustanddust/game/hud/StatisticsPanel.java index 20b6621..f4f997a 100644 --- a/core/src/ch/asynk/rustanddust/game/hud/StatisticsPanel.java +++ b/core/src/ch/asynk/rustanddust/game/hud/StatisticsPanel.java @@ -1,8 +1,6 @@ package ch.asynk.rustanddust.game.hud; import com.badlogic.gdx.graphics.g2d.Batch; -import com.badlogic.gdx.graphics.g2d.BitmapFont; -import com.badlogic.gdx.graphics.g2d.TextureAtlas; import com.badlogic.gdx.graphics.glutils.ShapeRenderer; import ch.asynk.rustanddust.RustAndDust; |