summaryrefslogtreecommitdiff
path: root/src/options.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-23 20:11:44 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-23 20:12:08 +0200
commit3dfd51d15686de33737a58fe74751122f272816a (patch)
treed5107d9aec965cd352be4997c688d4a54c0ab1d1 /src/options.hpp
parentf921de3438624fb4b4e6d1fc3e256c1ca7292067 (diff)
Remove 'alert_hitpoint' option; behave as if always set
This actually preserves previous behavior since setting the warning threshold to 0% (default) has the same effect as disabling the alert entirely.
Diffstat (limited to 'src/options.hpp')
-rw-r--r--src/options.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options.hpp b/src/options.hpp
index 45e19cf7..0a15570f 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -27,7 +27,6 @@ extern bool_ disturb_detect;
extern bool_ disturb_state;
extern bool_ disturb_minor;
extern bool_ disturb_other;
-extern bool_ alert_hitpoint;
extern bool_ alert_failure;
extern bool_ last_words;
extern bool_ small_levels;