Config: Removed unused 'dom' configuration settings.

This commit is contained in:
Paul Beckingham
2015-12-27 09:29:37 -05:00
parent 510d2e6377
commit 7d6a7266d3
5 changed files with 2 additions and 7 deletions

View File

@@ -98,7 +98,6 @@ std::string Config::_defaults =
"regex=yes # Assume all search/filter strings are regexes\n"
"xterm.title=no # Sets xterm title for some commands\n"
"expressions=infix # Prefer infix over postfix expressions\n"
"dom=on # Support DOM access\n"
"json.array=on # Enclose JSON output in [ ]\n"
"json.depends.array=on # Encode dependencies as a JSON array\n"
"abbreviation.minimum=2 # Shortest allowed abbreviation\n"