summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-09-07 12:53:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-09-07 12:53:57 +0200
commit94080e67843f84cb68e1538990736ab0ee82ab9f (patch)
treea52293ed40b198df54ebf473444338fc153715b4 /src/variable.cc
parent66cce842a1afc193327c007a8879926c0f84eb91 (diff)
Move gl_timer to Game struct and change timer_type to class
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 8a6a71c8..7734c26b 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -636,12 +636,6 @@ s32b DUNGEON_ASTRAL = 8;
s32b DUNGEON_ASTRAL_WILD_X = 45;
s32b DUNGEON_ASTRAL_WILD_Y = 19;
-/*
- * Timers
- */
-timer_type *gl_timers = NULL;
-
-
/**
* Get the version string.
*/