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

Commit 663b3e0

Browse files
Merge branch 'enhancements/history-detail-tree-view-rollup' into fixes/global-selection-abuse
2 parents 20a7e5c + dc43da1 commit 663b3e0

File tree

8 files changed

+0
-1304
lines changed

8 files changed

+0
-1304
lines changed

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,7 @@
236236
<Compile Include="Extensions\UriExtensions.cs" />
237237
<Compile Include="Platform\Platform.cs" />
238238
<Compile Include="Git\GitCredentialManager.cs" />
239-
<Compile Include="UI\FileTreeNode.cs" />
240-
<Compile Include="UI\GitCommitTarget.cs" />
241239
<Compile Include="UI\TreeBase.cs" />
242-
<Compile Include="UI\TreeBuilder.cs" />
243240
</ItemGroup>
244241
<Choose>
245242
<When Condition="$(Buildtype) == 'Internal'">

src/GitHub.Api/UI/FileTreeNode.cs

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

src/GitHub.Api/UI/GitCommitTarget.cs

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

src/GitHub.Api/UI/TreeBuilder.cs

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
<Compile Include="Tools\MozRoots.cs" />
9797
<Compile Include="UI\AuthenticationView.cs" />
9898
<Compile Include="UI\BranchesView.cs" />
99-
<Compile Include="UI\ChangesetTreeView.cs" />
10099
<Compile Include="UI\ChangesView.cs" />
101100
<Compile Include="UI\HistoryView.cs" />
102101
<Compile Include="UI\IView.cs" />

0 commit comments

Comments
 (0)