File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1-
21class GitGraphView {
32 private gitRepos : GG . GitRepoSet ;
43 private gitBranches : ReadonlyArray < string > = [ ] ;
@@ -299,8 +298,6 @@ class GitGraphView {
299298 filterCurrentBranches ( ) ;
300299
301300 this . saveState ( ) ;
302- this . currentAuthors = [ ] ;
303- this . currentAuthors . push ( SHOW_ALL_BRANCHES ) ;
304301
305302 // Set up branch dropdown options
306303 this . branchDropdown . setOptions ( this . getBranchOptions ( true ) , this . currentBranches ) ;
@@ -1030,7 +1027,6 @@ class GitGraphView {
10301027 private getBranchContextMenuActions ( target : DialogTarget & RefTarget ) : ContextMenuActions {
10311028 const refName = target . ref , visibility = this . config . contextMenuActionsVisibility . branch ;
10321029 const isSelectedInBranchesDropdown = this . branchDropdown . isSelected ( refName ) ;
1033- // const isSelectedInBranchesDropdown = this.authorDropdown.isSelected(refName);
10341030
10351031 return [ [
10361032 {
@@ -2055,7 +2051,6 @@ class GitGraphView {
20552051 this . repoDropdown . refresh ( ) ;
20562052 this . branchDropdown . refresh ( ) ;
20572053 this . authorDropdown . refresh ( ) ;
2058-
20592054 }
20602055 if ( fmc !== findMatchColour ) {
20612056 findMatchColour = fmc ;
You can’t perform that action at this time.
0 commit comments