Remove remove() method

This commit is contained in:
Kevin Sawicki
2014-02-14 15:45:28 -08:00
parent 3e6e530b44
commit d5f7e2a6e2

View File

@@ -290,8 +290,3 @@ class WorkspaceView extends View
# Called by SpacePen
beforeRemove: ->
@model.destroy()
# Destroys everything.
remove: ->
editorView.remove() for editorView in @getEditorViews()
super