diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-29 09:26:50 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-29 09:26:50 +0100 |
commit | a80da9a482b91001dc6b0ebf50ef8bdd455f105e (patch) | |
tree | f5d6ba582ab65ff21e7dcfcb30f98f0f97885eba /core | |
parent | 0064504671338a6c03c9eed741b8cb08527d60b2 (diff) | |
download | RustAndDust-a80da9a482b91001dc6b0ebf50ef8bdd455f105e.zip RustAndDust-a80da9a482b91001dc6b0ebf50ef8bdd455f105e.tar.gz |
StateCommon: remove unused from
Diffstat (limited to 'core')
-rw-r--r-- | core/src/ch/asynk/tankontank/game/states/StateCommon.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/ch/asynk/tankontank/game/states/StateCommon.java b/core/src/ch/asynk/tankontank/game/states/StateCommon.java index 6326366..4ab9ec6 100644 --- a/core/src/ch/asynk/tankontank/game/states/StateCommon.java +++ b/core/src/ch/asynk/tankontank/game/states/StateCommon.java @@ -15,7 +15,6 @@ public abstract class StateCommon implements State protected static Hex selectedHex = null; protected static Hex downHex = null; protected static Hex upHex = null; - protected static Hex from = null; protected static Hex to = null; protected boolean isEnemy; @@ -60,7 +59,6 @@ public abstract class StateCommon implements State public void clearAll() { - from = null; to = null; selectedHex = null; selectedUnit = null; |