Remove duplicate pane:move-item-* command handlers

Closes #8300
This commit is contained in:
Ben Ogle
2015-08-10 16:29:02 -07:00
parent 54e0f65c9e
commit 3817423b5f

View File

@@ -152,8 +152,6 @@ atom.commands.add 'atom-workspace',
atom.commands.add 'atom-pane',
'pane:save-items': -> @getModel().saveItems()
'pane:move-item-right': -> @getModel().moveItemRight()
'pane:move-item-left': -> @getModel().moveItemLeft()
'pane:split-left': -> @getModel().splitLeft(copyActiveItem: true)
'pane:split-right': -> @getModel().splitRight(copyActiveItem: true)
'pane:split-up': -> @getModel().splitUp(copyActiveItem: true)