From 105c9f902b0e7c30af292923153d9606a551a82d Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 19 Jun 2007 13:42:41 +0000 Subject: [PATCH] remove unused prev_match and heredoc global variables --- chrome/content/vimperator/vimperator.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chrome/content/vimperator/vimperator.js b/chrome/content/vimperator/vimperator.js index 5f9a6258..8f0b22f3 100644 --- a/chrome/content/vimperator/vimperator.js +++ b/chrome/content/vimperator/vimperator.js @@ -31,10 +31,6 @@ var vimperator = null; var popup_allowed_events; // need to change and reset this firefox pref -// handles multi-line commands -var prev_match = new Array(5); -var heredoc = ''; - // called when the chrome is fully loaded and before the main window is shown window.addEventListener("load", init, false);