summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 1e978088e8..a038a9d321 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -142,8 +142,6 @@ const int DEBUG_COOKIE = 32767;
const int MAX_SKILL_LEVEL = 27;
const unsigned int MAX_EXP_TOTAL = 8999999;
-const unsigned int MAX_EXP_POOL = 20000;
-const unsigned int FULL_EXP_POOL = MAX_EXP_POOL;
const int MIN_HIT_MISS_PERCENTAGE = 5;