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))