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

Commit

Permalink
Fixing nits
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Feb 14, 2019
1 parent 417881b commit 1945de1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Logging\UnityLogAdapter.cs" />
<Compile Include="EntryPoint.cs" />
<Compile Include="UI\ContextMenu.cs" />
<Compile Include="UI\FileHistoryWindow.cs" />
<Compile Include="UI\GitHubEnterpriseAuthenticationView.cs" />
<Compile Include="UI\GitHubAuthenticationView.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Logging\UnityLogAdapter.cs" />
<Compile Include="EntryPoint.cs" />
<Compile Include="UI\ContextMenu.cs" />
<Compile Include="UI\FileHistoryWindow.cs" />
<Compile Include="UI\GitHubAuthenticationView.cs" />
<Compile Include="UI\GitHubEnterpriseAuthenticationView.cs" />
Expand Down
12 changes: 0 additions & 12 deletions src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ContextMenu.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,6 @@ public override void OnRepositoryChanged(IRepository oldRepository)

DetachHandlers(oldRepository);
AttachHandlers(Repository);

if (HasRepository)
{

}
else
{

}
}

public override void OnSelectionChange()
Expand Down

0 comments on commit 1945de1

Please sign in to comment.