Remove WorkspaceView::indexOfPane

This commit is contained in:
probablycorey
2014-02-18 15:37:51 -08:00
committed by Corey Johnson & Nathan Sobo
parent 99774d7417
commit 69396922db

View File

@@ -267,10 +267,6 @@ class WorkspaceView extends View
getPaneViews: ->
@panes.getPanes()
# Public: Return the id of the given a {PaneView}
indexOfPane: (pane) ->
@panes.indexOfPane(pane)
# Public: Fires a callback on each open {EditorView}.
eachEditorView: (callback) ->
callback(editor) for editor in @getEditorViews()