From 0e87c4684903d3a6aed940febb3ca2dffb9aa690 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 13 Feb 2018 09:43:21 +0100 Subject: [PATCH] Remove unused win_id argument --- qutebrowser/browser/commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 3e2eeaecb..69cb3142f 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -1086,8 +1086,7 @@ class CommandDispatcher: maxsplit=0) @cmdutils.argument('index', completion=miscmodels.buffer) @cmdutils.argument('count', count=True) - @cmdutils.argument('win_id', win_id=True) - def buffer(self, win_id, index=None, count=None): + def buffer(self, index=None, count=None): """Select tab by index or url/title best match. Focuses window if necessary when index is given. If both index and