From b114545dd2e8dd39693f6c4333c9ef74fe13db00 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Thu, 10 Oct 2013 09:42:00 -0700 Subject: [PATCH] :lipstick: 4 kev :heart: --- src/root-view.coffee | 2 -- 1 file changed, 2 deletions(-) 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()