From 5034ea88440b304264cddfccc3da51a6ed1d957a Mon Sep 17 00:00:00 2001 From: zzjin Date: Mon, 13 Mar 2017 17:11:34 +0800 Subject: [PATCH] Update git-control.coffee remove dup updatePaths func to avoid call err. --- lib/git-control.coffee | 4 ---- 1 file changed, 4 deletions(-) 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