qutebrowser/qutebrowser/config
Ryan Roden-Corrent 784d9bb043 Remove code rendered dead by sql implementation.
Vulture exposed the following dead code:

- AppendLineParse was only used for reading the history text file, which is now
  a sql database (and the import code for the old text file is simpler and does
  not need a complex line parser)

- async_read_done is no longer used as importing the history text file is
  synchronous (and should only happen once)

- config._init_key_config is unused as it was moved to keyconf.init
2017-06-19 07:44:11 -04:00
..
parsers Avoid keyconf circular import. 2017-06-19 07:42:12 -04:00
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
config.py Remove code rendered dead by sql implementation. 2017-06-19 07:44:11 -04:00
configdata.py Remove web-history-max-items. 2017-06-19 07:44:11 -04:00
configexc.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
configtypes.py Get rid of configtypes.WebKitBytes 2017-06-06 16:17:44 +02:00
sections.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
style.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
textwrapper.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
value.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
websettings.py websettings: Improve errors when setting settings=... 2017-06-06 15:59:42 +02:00