summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-07 15:45:47 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:51:49 +0200
commit203d42e75a02c68d7cda9ff85023910bd1a0a6f4 (patch)
tree5567957f8576b55a8fc6ba4b9c7e99786397f7f7 /src/variable.c
parenta01f15e08da3b2e0e326b2a94100e17962136741 (diff)
Lua: Refactor Lua-based powers into C
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/variable.c b/src/variable.c
index f775df66..8ad1d14f 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1593,14 +1593,6 @@ timer_type *gl_timers = NULL;
s16b tim_precognition = 0;
-/*
- * Powers
- */
-s16b POWER_INVISIBILITY = -1;
-s16b POWER_WEB = -1;
-s16b POWER_COR_SPACE_TIME = -1;
-
-
/**
* Get the version string.
*/