This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
src/UnityExtension/Assets/Editor/GitHub.Unity/UI Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,6 @@ public override void OnDataUpdate()
84
84
MaybeUpdateData ( ) ;
85
85
}
86
86
87
- public override void OnRepositoryChanged ( IRepository oldRepository )
88
- {
89
- base . OnRepositoryChanged ( oldRepository ) ;
90
- gitPathView . OnRepositoryChanged ( oldRepository ) ;
91
- userSettingsView . OnRepositoryChanged ( oldRepository ) ;
92
- }
93
-
94
87
public override void Refresh ( )
95
88
{
96
89
base . Refresh ( ) ;
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ public virtual void Finish(bool result)
48
48
Parent . Finish ( result ) ;
49
49
}
50
50
51
- public virtual void OnRepositoryChanged ( IRepository oldRepository )
52
- { }
53
-
54
51
protected IView Parent { get ; private set ; }
55
52
public IApplicationManager Manager { get { return Parent . Manager ; } }
56
53
public IRepository Repository { get { return Parent . Repository ; } }
Original file line number Diff line number Diff line change @@ -134,9 +134,6 @@ public override void OnRepositoryChanged(IRepository oldRepository)
134
134
}
135
135
136
136
UpdateActiveTab ( ) ;
137
-
138
- if ( ActiveView != null )
139
- ActiveView . OnRepositoryChanged ( oldRepository ) ;
140
137
}
141
138
142
139
public override void OnSelectionChange ( )
You can’t perform that action at this time.
0 commit comments