diff --git a/common/content/editor.js b/common/content/editor.js index 890558f6..cb004b3a 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -24,12 +24,6 @@ var Editor = Module("editor", { selectedText: function () String(Editor.getEditor(null).selection), pasteClipboard: function (clipboard, toStart) { - // TODO: I don't think this is needed anymore? --djk - if (util.OS.isWindows) { - this.executeCommand("cmd_paste"); - return; - } - let elem = dactyl.focusedElement; if (elem.inputField) elem = elem.inputField;