Rollback duplicated feature
This commit is contained in:
parent
0b9cea334f
commit
828d233f2a
5 changed files with 0 additions and 27 deletions
|
@ -174,14 +174,6 @@ Menu.buildFromTemplate = function (template) {
|
|||
return menu
|
||||
}
|
||||
|
||||
Menu.noteNewRecentDocumentURL = function (url) {
|
||||
if (process.platform === 'darwin') {
|
||||
bindings.noteNewRecentDocumentURL(url);
|
||||
} else {
|
||||
throw new Error('Not supported')
|
||||
}
|
||||
}
|
||||
|
||||
/* Helper Functions */
|
||||
|
||||
// Search between separators to find a radio menu item and return its group id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue