mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove remove() method
This commit is contained in:
@@ -290,8 +290,3 @@ class WorkspaceView extends View
|
||||
# Called by SpacePen
|
||||
beforeRemove: ->
|
||||
@model.destroy()
|
||||
|
||||
# Destroys everything.
|
||||
remove: ->
|
||||
editorView.remove() for editorView in @getEditorViews()
|
||||
super
|
||||
|
||||
Reference in New Issue
Block a user