Remove non-functional menus

These can be re-added as they are wired to triggering
commands into Atom.
This commit is contained in:
Kevin Sawicki
2013-06-03 13:10:40 -07:00
parent f3a500923c
commit a816423037

View File

@@ -146,18 +146,6 @@ class AtomApplication
{ label: 'Open...', accelerator: 'Command+O', click: => @promptForPath() }
]
menus.push
label: 'Edit'
submenu:[
{ label: 'Undo', accelerator: 'Command+Z', selector: 'undo:' }
{ label: 'Redo', accelerator: 'Command+Shift+Z', selector: 'redo:' }
{ type: 'separator' }
{ label: 'Cut', accelerator: 'Command+X', selector: 'cut:' }
{ label: 'Copy', accelerator: 'Command+C', selector: 'copy:' }
{ label: 'Paste', accelerator: 'Command+V', selector: 'paste:' }
{ label: 'Select All', accelerator: 'Command+A', selector: 'selectAll:' }
]
menus.push
label: 'View'
submenu:[