Remove redundant 'destroyed' event

This commit is contained in:
Nathan Sobo
2014-01-03 19:35:07 -07:00
parent 8da9e8ddc1
commit cb7471945c

View File

@@ -124,7 +124,6 @@ class Editor extends Model
@displayBuffer.destroy()
@languageMode.destroy()
atom.project?.removeEditor(this)
@emit 'destroyed'
@off()
# Private: Creates an {Editor} with the same initial state