File tree Expand file tree Collapse file tree
src/UnityExtension/Assets/Editor/GitHub.Unity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 <Compile Include =" Properties\AssemblyInfo.cs" />
9191 <Compile Include =" Logging\UnityLogAdapter.cs" />
9292 <Compile Include =" EntryPoint.cs" />
93- <Compile Include =" UI\ContextMenu.cs" />
9493 <Compile Include =" UI\FileHistoryWindow.cs" />
9594 <Compile Include =" UI\GitHubEnterpriseAuthenticationView.cs" />
9695 <Compile Include =" UI\GitHubAuthenticationView.cs" />
Original file line number Diff line number Diff line change 7777 <Compile Include =" Properties\AssemblyInfo.cs" />
7878 <Compile Include =" Logging\UnityLogAdapter.cs" />
7979 <Compile Include =" EntryPoint.cs" />
80- <Compile Include =" UI\ContextMenu.cs" />
8180 <Compile Include =" UI\FileHistoryWindow.cs" />
8281 <Compile Include =" UI\GitHubAuthenticationView.cs" />
8382 <Compile Include =" UI\GitHubEnterpriseAuthenticationView.cs" />
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -107,15 +107,6 @@ public override void OnRepositoryChanged(IRepository oldRepository)
107107
108108 DetachHandlers ( oldRepository ) ;
109109 AttachHandlers ( Repository ) ;
110-
111- if ( HasRepository )
112- {
113-
114- }
115- else
116- {
117-
118- }
119110 }
120111
121112 public override void OnSelectionChange ( )
You can’t perform that action at this time.
0 commit comments