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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user