From 73599a1286ccfa3689d180f4acb85bcabd816ee2 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 21 Sep 2008 11:14:29 +0000 Subject: [PATCH] comment out unused variable in :write command action --- content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/buffer.js b/content/buffer.js index 99d53c03..7aca5fef 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -538,7 +538,7 @@ liberator.Buffer = function () //{{{ "Save current document to disk", function (args, special) { - var file = liberator.io.getFile(args || ""); + //var file = liberator.io.getFile(args || ""); // we always want to save that link relative to the current working directory liberator.options.setPref("browser.download.lastDir", liberator.io.getCurrentDirectory()); //if (args)