summaryrefslogtreecommitdiff
path: root/src/variable.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commit902611ac55dbd2c967f244b27c54d37540964c47 (patch)
tree267b68cd64a1941130092348f8516e2af647681d /src/variable.hpp
parente1273e8666e5c03c36b55a4fec80f6f76270ee10 (diff)
Move non-boolean options to options.cc too
Diffstat (limited to 'src/variable.hpp')
-rw-r--r--src/variable.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/variable.hpp b/src/variable.hpp
index 6b1b53ef..854b88c0 100644
--- a/src/variable.hpp
+++ b/src/variable.hpp
@@ -109,16 +109,6 @@ extern int artifact_bias;
extern FILE *text_out_file;
extern void (*text_out_hook)(byte a, cptr str);
extern int text_out_indent;
-extern bool_ cheat_peek;
-extern bool_ cheat_hear;
-extern bool_ cheat_room;
-extern bool_ cheat_xtra;
-extern bool_ cheat_live;
-extern byte hitpoint_warn;
-extern byte delay_factor;
-extern s16b autosave_freq;
-extern bool_ autosave_t;
-extern bool_ autosave_l;
extern s16b feeling;
extern s16b rating;
extern bool_ good_item_flag;