diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2012-06-06 10:30:34 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2012-06-06 10:30:34 -0400 |
commit | a0b548e021bb92b84bc74811a7aefafea759a8de (patch) | |
tree | dc905d02272964f56f73771cf6ca5f5559a21597 | |
parent | 8468ec529403afadfd347e7e4ca6847749fd896d (diff) | |
download | frigidearth-a0b548e021bb92b84bc74811a7aefafea759a8de.tar.gz frigidearth-a0b548e021bb92b84bc74811a7aefafea759a8de.tar.bz2 frigidearth-a0b548e021bb92b84bc74811a7aefafea759a8de.zip |
Removed unused instance variables from Main
-rw-r--r-- | src/com/fourisland/frigidearth/Main.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/fourisland/frigidearth/Main.java b/src/com/fourisland/frigidearth/Main.java index e7a5d44..c330994 100644 --- a/src/com/fourisland/frigidearth/Main.java +++ b/src/com/fourisland/frigidearth/Main.java | |||
@@ -33,9 +33,6 @@ public class Main extends Canvas | |||
33 | public static Game currentGame = new Game(); | 33 | public static Game currentGame = new Game(); |
34 | 34 | ||
35 | private static JFrame mainWindow; | 35 | private static JFrame mainWindow; |
36 | private static Color[][] grid; | ||
37 | private static int drawOffsetX = 0; | ||
38 | private static int drawOffsetY = 0; | ||
39 | private static Canvas gameCanvas; | 36 | private static Canvas gameCanvas; |
40 | private static List<Renderable> renderables = new CopyOnWriteArrayList<Renderable>(); | 37 | private static List<Renderable> renderables = new CopyOnWriteArrayList<Renderable>(); |
41 | private static Stack<Inputable> inputables = new Stack<Inputable>(); | 38 | private static Stack<Inputable> inputables = new Stack<Inputable>(); |