Remove methods carried over from old view

This commit is contained in:
Nathan Sobo
2014-09-25 12:36:44 -06:00
parent 9d2bb71109
commit a5781d65c3

View File

@@ -69,22 +69,6 @@ class WorkspaceElement extends HTMLElement
@__spacePenView.setModel(@model)
# Essential: Focus the pane directly above the active pane.
focusPaneViewAbove: -> @panes.focusPaneViewAbove()
# Essential: Focus the pane directly below the active pane.
focusPaneViewBelow: -> @panes.focusPaneViewBelow()
# Essential: Focus the pane directly to the left of the active pane.
focusPaneViewOnLeft: -> @panes.focusPaneViewOnLeft()
# Essential: Focus the pane directly to the right of the active pane.
focusPaneViewOnRight: -> @panes.focusPaneViewOnRight()
###
Section: Private
###
setTextEditorFontSize: (fontSize) ->
atom.themes.updateGlobalEditorStyle('font-size', fontSize + 'px')