1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:17:59 +01:00

Remove more unused vars.

This commit is contained in:
Doug Kearns
2015-04-25 23:57:57 +10:00
parent cd48d1b90b
commit 52993ec781
22 changed files with 29 additions and 50 deletions

View File

@@ -1351,7 +1351,6 @@ var CommandLine = Module("commandline", {
return;
}
let value = this.editor.selection.focusNode.textContent;
this.saveInput();
if (this.itemList.visible)
@@ -1788,8 +1787,6 @@ var CommandLine = Module("commandline", {
if (self.completions)
self.completions.tabTimer.flush();
let command = commandline.command;
self.accepted = true;
return function () { modes.pop(); };
});