From 9ef13eaea010df4781e112e4364f16cd8ac4118b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Sat, 3 Nov 2012 10:36:50 -0700 Subject: [PATCH] :lipstick: --- src/app/status-bar.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/status-bar.coffee b/src/app/status-bar.coffee index 9d1cf2a9e..0bcda9ef0 100644 --- a/src/app/status-bar.coffee +++ b/src/app/status-bar.coffee @@ -81,7 +81,6 @@ class StatusBar extends View else if @git.isPathNew(path) @gitStatusIcon.append $$ -> @span '\uf26b', class: 'new-status-icon' - updatePathText: -> if path = @editor.getPath() @currentPath.text(@rootView.project.relativize(path))