From 80672176a0d4a7a623ca6ef590abbbb2d37a51d0 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 20 Dec 2008 21:44:27 +1100 Subject: [PATCH] remove unused variable in :set completer --- common/content/options.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/options.js b/common/content/options.js index a1844a5f..3ff2e499 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -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 {