mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 00:04:12 +01:00
remove unused variable in :set completer
This commit is contained in:
@@ -685,7 +685,6 @@ function Options() //{{{
|
|||||||
completer: function (context, args, modifiers)
|
completer: function (context, args, modifiers)
|
||||||
{
|
{
|
||||||
let filter = context.filter;
|
let filter = context.filter;
|
||||||
var optionCompletions = [];
|
|
||||||
|
|
||||||
if (args.bang) // list completions for about:config entries
|
if (args.bang) // list completions for about:config entries
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user