diff options
Diffstat (limited to 'src/com/fourisland')
-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>(); |