mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:42:27 +01:00
Remove more unused vars.
This commit is contained in:
@@ -846,7 +846,6 @@ var Editor = Module("editor", XPCOM(Ci.nsIEditActionListener, ModuleBase), {
|
||||
count = count || 1;
|
||||
|
||||
let caret = !dactyl.focusedElement;
|
||||
let controller = buffer.selectionController;
|
||||
|
||||
while (count-- && modes.main == modes.VISUAL) {
|
||||
if (caret)
|
||||
|
||||
Reference in New Issue
Block a user