summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-12-18 08:47:29 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-12-18 11:11:51 +0100
commit16d3e7afeeac97797d1dcc017b0869ed4333c96e (patch)
tree8ff92457599be8af43107459c548e91e4624491f /core/src
parentc60f94b5d7a0f5c6517f49710bfdc688484befe3 (diff)
downloadRustAndDust-16d3e7afeeac97797d1dcc017b0869ed4333c96e.zip
RustAndDust-16d3e7afeeac97797d1dcc017b0869ed4333c96e.tar.gz
StatistictsPanel: remove unused import statments
Diffstat (limited to 'core/src')
-rw-r--r--core/src/ch/asynk/rustanddust/game/hud/StatisticsPanel.java2
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;