From 4f554ed5fab929068133d3f9ff488efed6dd23bb Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 23 Jul 2008 21:15:46 +0000 Subject: RIP stash_tracking option, always set to all now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6649 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/initfile.cc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'crawl-ref/source/initfile.cc') diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc index 503f2911f1..b07a088383 100644 --- a/crawl-ref/source/initfile.cc +++ b/crawl-ref/source/initfile.cc @@ -2672,14 +2672,7 @@ void game_options::read_option_line(const std::string &str, bool runscript) else BOOL_OPTION(explore_greedy); else BOOL_OPTION(explore_improved); - BOOL_OPTION(trap_prompt); - else if (key == "stash_tracking") - { - stash_tracking = - field == "dropped" ? STM_DROPPED : - field == "all" ? STM_ALL : - STM_EXPLICIT; - } + BOOL_OPTION(trap_prompt); else if (key == "stash_filter") { std::vector seg = split_string(",", field); -- cgit v1.2.3-54-g00ecf