From 08ecc21277d58a65a8662a18a2e97f2ff32721ef Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 25 Aug 2009 00:30:57 +1000 Subject: [PATCH] Remove some commented-out code from :unlet action. --- common/content/options.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/content/options.js b/common/content/options.js index 5565e288..d18740e8 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -891,11 +891,6 @@ function Options() //{{{ "Delete a variable", function (args) { - //let names = args.split(/ /); - //if (typeof names == "string") names = [names]; - - //let length = names.length; - //for (let i = 0, name = names[i]; i < length; name = names[++i]) for (let [,name] in args) { let reference = liberator.variableReference(name);