optimize<CommitGraph>: remove unused code

This commit is contained in:
leo 2020-11-03 11:45:46 +08:00
parent dbf5ffe01b
commit 5e6ef8abcb
2 changed files with 0 additions and 16 deletions

View file

@ -169,7 +169,6 @@ namespace SourceGit.UI {
maker.Dots.Clear();
commitList.ItemsSource = new List<Git.Commit>(cachedCommits);
// Navigate(maker.Highlight);
SetLoadingEnabled(false);
});
}