diff --git a/js/contextMenus.js b/js/contextMenus.js index be6ff7ba6ea..19d8587d86b 100644 --- a/js/contextMenus.js +++ b/js/contextMenus.js @@ -658,13 +658,6 @@ function getEditableItems (selection, editFlags) { accelerator: 'CmdOrCtrl+V', enabled: hasClipboard, role: 'paste' - }, { - label: locale.translation('pasteWithoutFormatting'), - accelerator: 'Shift+CmdOrCtrl+V', - enabled: hasClipboard, - click: function (item, focusedWindow) { - focusedWindow.webContents.pasteAndMatchStyle() - } }) } return menuUtil.sanitizeTemplateItems(template)