diff --git a/src/editor.coffee b/src/editor.coffee index 7130c61ed..3a0729214 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -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