summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
commit96df8c0a3e61d38507f26d74105a14541cc9d61c (patch)
treea507919e520de203cd27cb95153371b13c636087 /src/variable.cc
parent2a436fc5c02456c8dd4f22d3c13fe17177c49c0b (diff)
Remove exp_need option; behave as if always set
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 60949c2d..a37ef0c3 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -1165,11 +1165,6 @@ s16b plots[MAX_PLOTS];
random_quest random_quests[MAX_RANDOM_QUEST];
/*
- * Show exp left
- */
-bool_ exp_need;
-
-/*
* Fated ?
*/
bool_ fate_option;