From af9e956cb695837f7e115f4601fbf4f7f5ca632d Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 2 Aug 2016 15:29:18 -0400 Subject: [PATCH] Remove config update code for --implicit flag --- qutebrowser/config/configdata.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index f20b5bd97..a99dcc8bf 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1656,9 +1656,4 @@ CHANGED_KEY_COMMANDS = [ (re.compile(r'^download-remove --all$'), r'download-clear'), (re.compile(r'^hint links fill "([^"]*)"$'), r'hint links fill \1'), - - (re.compile(r'^set-cmd-text :open -([tb]) {url:pretty}$'), - r'set-cmd-text :open -\1 -i {url:pretty}'), - (re.compile(r'^hint links fill :open -t {hint-url}$'), - r'hint links fill :open -t -i {hint-url}'), ]