summaryrefslogtreecommitdiff
path: root/src/spells1.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commit536adca4d3937216e4c7191366ae2bd43a961f87 (patch)
tree63c4b8955faa549bc07b434bf0b23e8c155de969 /src/spells1.hpp
parenta40e1d524849e22edf2fb65b5c2fedbe47a59b81 (diff)
Remove unused global variable 'unsafe'
Diffstat (limited to 'src/spells1.hpp')
-rw-r--r--src/spells1.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spells1.hpp b/src/spells1.hpp
index a2996bf8..9760c5e9 100644
--- a/src/spells1.hpp
+++ b/src/spells1.hpp
@@ -32,5 +32,4 @@ void do_poly_self(void);
void corrupt_player(void);
std::string name_spell(random_spell const *);
void generate_spell(int plev);
-extern bool_ unsafe;
s16b do_poly_monster(int y, int x);