1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 06:34:13 +01:00

Remove some commented-out code from :unlet action.

This commit is contained in:
Doug Kearns
2009-08-25 00:30:57 +10:00
parent e159a0d07d
commit 08ecc21277

View File

@@ -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);