summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-11 17:38:55 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-11 17:38:55 +0200
commitf802db8cbf123d07c8a373b0cfc4188de34f386e (patch)
tree6525525c9ca95ec2a109d82785ac406c7e4c044a /src/variable.c
parent5a310053e1ed6331155e4c4a3a645291c0a95650 (diff)
Lua: Gods: Move Theme god definitions to C
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/variable.c b/src/variable.c
index c09d9720..11019a22 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1570,16 +1570,6 @@ s32b DUNGEON_ASTRAL_WILD_X = 45;
s32b DUNGEON_ASTRAL_WILD_Y = 19;
/*
- * Gods
- */
-deity_type *deity_info;
-s32b max_gods = MAX_GODS_INIT;
-s32b GOD_AULE = -99;
-s32b GOD_VARDA = -99;
-s32b GOD_ULMO = -99;
-s32b GOD_MANDOS = -99;
-
-/*
* Timers
*/
timer_type *gl_timers = NULL;