diff --git a/src/root-view.coffee b/src/root-view.coffee index 7292e682e..ca1087ae7 100644 --- a/src/root-view.coffee +++ b/src/root-view.coffee @@ -194,7 +194,6 @@ class RootView extends View .progress (value) => console.log "#{filepath} read #{100 * (value / fileSize)}" - # Private: DEPRECATED Synchronously Opens a given a filepath in Atom. open: (filePath, options = {}) -> console.warn("RootView::open is deprecated") @@ -215,7 +214,6 @@ class RootView extends View activePane.focus() if changeFocus editSession - # Public: Updates the application's title, based on whichever file is open. updateTitle: -> if projectPath = project.getPath()