summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commitcfc0a04155eda35a4fe80ef72fd2b0f9eb10856b (patch)
tree9e10a2668c7ef387317396e113d484a0de081457 /src/variable.cc
parent752d3ce030b855544346f5f0424995cc11087bdb (diff)
Split object*.cc declarations into separate header files
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 40254a54..f7832e98 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -993,12 +993,6 @@ s32b RANDART_ARMOR;
s32b RANDART_JEWEL;
/*
- * Spell description
- */
-bool_ info_spell = FALSE;
-char spell_txt[50];
-
-/*
* Random spells.
*/
random_spell random_spells[MAX_SPELLS];