diff --git a/lib/git-control.coffee b/lib/git-control.coffee index 03e47de..101adfa 100644 --- a/lib/git-control.coffee +++ b/lib/git-control.coffee @@ -41,10 +41,6 @@ module.exports = GitControl = return - updatePaths: -> - git.setProjectIndex(0) - return - updateViews: -> activeView = atom.workspace.getActivePane().getActiveItem() for v in views when v is activeView