summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index aed876f778..e07ce2b9d6 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -754,8 +754,6 @@ void game_options::reset_options()
channels[i] = MSGCOL_DEFAULT;
// Clear vector options.
- extra_levels.clear();
-
dump_order.clear();
new_dump_fields("header,hiscore,stats,misc,inventory,"
"skills,spells,overview,mutations,messages,screenshot,"
@@ -1786,10 +1784,6 @@ void game_options::read_option_line(const std::string &str, bool runscript)
// As a suggestion, try "rxvt -rv -fn 10x20" under Un*xes
friend_brand = curses_attribute(field);
}
- else if (key == "levels" || key == "level" || key == "entries")
- {
- extra_levels.push_back(field);
- }
else if (key == "stab_brand")
{
stab_brand = curses_attribute(field);