1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 13:02:27 +01:00

remove unused variable in :set completer

This commit is contained in:
Doug Kearns
2008-12-20 21:44:27 +11:00
parent b8b708abcb
commit 80672176a0

View File

@@ -685,7 +685,6 @@ function Options() //{{{
completer: function (context, args, modifiers)
{
let filter = context.filter;
var optionCompletions = [];
if (args.bang) // list completions for about:config entries
{