summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-07 16:16:17 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 17:49:18 +0200
commitb6c2bf9050a56841bb5a82549fd36a98b03e2f41 (patch)
tree3f5f7d75af05de6306ad7fb6ce9155a663e91c5d /src/variable.c
parent838246d8d5d9febf38452f82692b25d7dc092ef3 (diff)
Lua: Remove unnecessary dynamism from "powers" handling
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/variable.c b/src/variable.c
index 8ad1d14f..52e16e01 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1480,12 +1480,6 @@ hist_type *bg;
int max_bg_idx;
/*
- * Powers
- */
-s16b power_max = POWER_MAX_INIT;
-power_type *powers_type;
-
-/*
* Variable savefile stuff
*/
s32b extra_savefile_parts = 0;