Drop --relaxed-config

This commit is contained in:
Florian Bruhin 2017-09-26 20:12:21 +02:00
parent 8e000dfe54
commit 6af879887f
3 changed files with 1 additions and 6 deletions

View File

@ -39,7 +39,7 @@ Breaking changes
v0.9.0) is now not supported anymore.
- Upgrading qutebrowser with a version older than v0.4.0 still running now won't
work properly anymore.
- The `--harfbuzz` commandline argument got dropped.
- The `--harfbuzz` and `--relaxed-config` commandline arguments got dropped.
Major changes
~~~~~~~~~~~~~

View File

@ -84,9 +84,6 @@ show it.
*--force-color*::
Force colored logging
*--relaxed-config*::
Silently remove unknown config options.
*--nowindow*::
Don't show the main window.

View File

@ -95,8 +95,6 @@ def get_argparser():
action='store_false', dest='color')
debug.add_argument('--force-color', help="Force colored logging",
action='store_true')
debug.add_argument('--relaxed-config', action='store_true',
help="Silently remove unknown config options.")
debug.add_argument('--nowindow', action='store_true', help="Don't show "
"the main window.")
debug.add_argument('--temp-basedir', action='store_true', help="Use a "