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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user