Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit b3fe6eb

Browse files
Merge pull request #1016 from github-for-unity/file-history-view
Fixing nits for FileHistoryWindow
2 parents 417881b + 1945de1 commit b3fe6eb

File tree

4 files changed

+0
-23
lines changed

4 files changed

+0
-23
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.45.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
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" />

src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
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" />

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ContextMenu.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/FileHistoryWindow.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)