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