Remove each helpers that delegate to Project

This commit is contained in:
Kevin Sawicki
2013-11-26 12:37:28 -08:00
parent d1496a0634
commit 19dc6b3523

View File

@@ -312,14 +312,6 @@ class WorkspaceView extends View
@on('editor:attached', attachedCallback)
off: => @off('editor:attached', attachedCallback)
# Public: Fires a callback on each open {Editor}.
eachEditSession: (callback) ->
atom.project.eachEditSession(callback)
# Private: Fires a callback on each open {TextBuffer}.
eachBuffer: (callback) ->
atom.project.eachBuffer(callback)
# Private: Destroys everything.
remove: ->
editorView.remove() for editorView in @getEditors()