summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-28 10:49:34 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-28 10:49:34 +0200
commitbe8ba005985c670d67721fe9e52505cb2ddcc142 (patch)
tree6a0e932da7710070fba3813dc2eb4c9b12f459b8 /crawl-ref/source/defines.h
parent26b0e9db7bbe3d420bb926c0132fd8b5240f8810 (diff)
downloadcrawl-ref-be8ba005985c670d67721fe9e52505cb2ddcc142.tar.gz
crawl-ref-be8ba005985c670d67721fe9e52505cb2ddcc142.zip
Remove an unused constant.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index f8ff69afa0..623bd06484 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -48,9 +48,6 @@ typedef uint32_t ucs_t;
// max size of inventory array {dlb}:
#define ENDOFPACK 52
-// minimum value for strength required on armour and weapons
-const int STR_REQ_THRESHOLD = 10;
-
// Max ghosts on a level.
const int MAX_GHOSTS = 10;