From a3c9a658389863e978e94bc382fe9d9ec33a5674 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 7 Apr 2014 15:35:25 -0700 Subject: [PATCH] Remove redundant non-public documentation --- src/workspace.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/workspace.coffee b/src/workspace.coffee index 3cb3ee0f5..3a8153c06 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -54,13 +54,11 @@ class Workspace extends Model paneContainer: @paneContainer.serialize() fullScreen: atom.isFullScreen() - # Return and add the given {Editor}. addEditor: (editor) -> @editors.push editor @emit 'editor-created', editor editor - # Return and removes the given {Editor}. removeEditor: (editor) -> remove(@editors, editor)