1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 22:04:12 +01:00

remove unused prev_match and heredoc global variables

This commit is contained in:
Doug Kearns
2007-06-19 13:42:41 +00:00
parent 55d42bd94c
commit 105c9f902b

View File

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