This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-19
lines changed
src/UnityExtension/Assets/Editor/GitHub.Unity/UI Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -84,11 +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
- }
91
-
92
87
public override void OnSelectionChange ( )
93
88
{
94
89
Original file line number Diff line number Diff line change @@ -77,13 +77,6 @@ public override void OnDataUpdate()
77
77
MaybeUpdateData ( ) ;
78
78
}
79
79
80
- public override void OnRepositoryChanged ( IRepository oldRepository )
81
- {
82
- base . OnRepositoryChanged ( oldRepository ) ;
83
- gitPathView . OnRepositoryChanged ( oldRepository ) ;
84
- userSettingsView . OnRepositoryChanged ( oldRepository ) ;
85
- }
86
-
87
80
public override void Refresh ( )
88
81
{
89
82
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 @@ -140,10 +140,6 @@ public override void OnRepositoryChanged(IRepository oldRepository)
140
140
}
141
141
142
142
UpdateActiveTab ( ) ;
143
-
144
- if ( ActiveView != null )
145
- ActiveView . OnRepositoryChanged ( oldRepository ) ;
146
-
147
143
UpdateLog ( ) ;
148
144
}
149
145
You can’t perform that action at this time.
0 commit comments