Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 69a6126

Browse files
committed
Removed unused InlineReviews code.
There was code left over from the now punted "conversation" view. Remove this code because by the time we get back to it, it will be out of date anyway.
1 parent ddbe030 commit 69a6126

17 files changed

+1
-627
lines changed

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<Compile Include="Commands\InlineCommentNavigationCommand.cs" />
7373
<Compile Include="Commands\PreviousInlineCommentCommand.cs" />
7474
<Compile Include="Commands\NextInlineCommentCommand.cs" />
75+
<Compile Include="Commands\VsCommandBase.cs" />
7576
<Compile Include="Glyph\GlyphData.cs" />
7677
<Compile Include="Glyph\GlyphMargin.cs" />
7778
<Compile Include="Glyph\GlyphMarginVisualManager.cs" />
@@ -93,8 +94,6 @@
9394
<Compile Include="Peek\InlineCommentPeekResultPresenter.cs" />
9495
<Compile Include="Properties\AssemblyInfo.cs" />
9596
<Compile Include="SampleData\CommentThreadViewModelDesigner.cs" />
96-
<Compile Include="SampleData\DiffCommentThreadViewModelDesigner.cs" />
97-
<Compile Include="SampleData\PullRequestCommentsViewModelDesigner.cs" />
9897
<Compile Include="Services\IInlineCommentPeekService.cs" />
9998
<Compile Include="Services\IPullRequestSessionService.cs" />
10099
<Compile Include="Services\InlineCommentPeekService.cs" />
@@ -103,11 +102,8 @@
103102
<Compile Include="InlineCommentMarginProvider.cs" />
104103
<Compile Include="Services\PullRequestSessionService.cs" />
105104
<Compile Include="ViewModels\CommentViewModel.cs" />
106-
<Compile Include="ViewModels\DiffCommentThreadViewModel.cs" />
107105
<Compile Include="ViewModels\ICommentThreadViewModel.cs" />
108106
<Compile Include="ViewModels\CommentThreadViewModel.cs" />
109-
<Compile Include="ViewModels\IDiffCommentThreadViewModel.cs" />
110-
<Compile Include="ViewModels\IInlineCommentViewModel.cs" />
111107
<Compile Include="ViewModels\InlineCommentPeekViewModel.cs" />
112108
<Compile Include="ViewModels\NewInlineCommentThreadViewModel.cs" />
113109
<Compile Include="ViewModels\InlineCommentViewModel.cs" />
@@ -125,10 +121,6 @@
125121
<Compile Include="Views\InlineCommentPeekView.xaml.cs">
126122
<DependentUpon>InlineCommentPeekView.xaml</DependentUpon>
127123
</Compile>
128-
<Compile Include="Views\PullRequestCommentsPane.cs" />
129-
<Compile Include="Views\PullRequestCommentsView.xaml.cs">
130-
<DependentUpon>PullRequestCommentsView.xaml</DependentUpon>
131-
</Compile>
132124
<Compile Include="SampleData\CommentViewModelDesigner.cs" />
133125
<Compile Include="Services\DiffService.cs" />
134126
<Compile Include="Services\IDiffService.cs" />
@@ -423,10 +415,6 @@
423415
<SubType>Designer</SubType>
424416
<ContainsDesignTimeResources>true</ContainsDesignTimeResources>
425417
</Page>
426-
<Page Include="Views\DiffCommentThreadView.xaml">
427-
<SubType>Designer</SubType>
428-
<Generator>MSBuild:Compile</Generator>
429-
</Page>
430418
<Page Include="Views\GlyphMarginGrid.xaml">
431419
<SubType>Designer</SubType>
432420
<Generator>MSBuild:Compile</Generator>
@@ -435,10 +423,6 @@
435423
<SubType>Designer</SubType>
436424
<Generator>MSBuild:Compile</Generator>
437425
</Page>
438-
<Page Include="Views\PullRequestCommentsView.xaml">
439-
<SubType>Designer</SubType>
440-
<Generator>MSBuild:Compile</Generator>
441-
</Page>
442426
<Page Include="Tags\AddInlineCommentGlyph.xaml">
443427
<Generator>MSBuild:Compile</Generator>
444428
<SubType>Designer</SubType>

src/GitHub.InlineReviews/InlineReviewsPackage.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Threading;
55
using GitHub.Helpers;
66
using GitHub.Commands;
7-
using GitHub.InlineReviews.Views;
87
using GitHub.Services.Vssdk.Commands;
98
using GitHub.VisualStudio;
109
using Microsoft.VisualStudio.ComponentModelHost;
@@ -17,7 +16,6 @@ namespace GitHub.InlineReviews
1716
[Guid(Guids.InlineReviewsPackageId)]
1817
[ProvideAutoLoad(Guids.UIContext_Git, PackageAutoLoadFlags.BackgroundLoad)]
1918
[ProvideMenuResource("Menus.ctmenu", 1)]
20-
[ProvideToolWindow(typeof(PullRequestCommentsPane), DocumentLikeTool = true)]
2119
public class InlineReviewsPackage : AsyncPackage
2220
{
2321
protected override async Task InitializeAsync(

src/GitHub.InlineReviews/SampleData/DiffCommentThreadViewModelDesigner.cs

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

src/GitHub.InlineReviews/SampleData/PullRequestCommentsViewModelDesigner.cs

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

src/GitHub.InlineReviews/ViewModels/DiffCommentThreadViewModel.cs

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

src/GitHub.InlineReviews/ViewModels/IDiffCommentThreadViewModel.cs

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

src/GitHub.InlineReviews/ViewModels/IInlineCommentViewModel.cs

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

src/GitHub.InlineReviews/ViewModels/IPullRequestCommentsViewModel.cs

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

src/GitHub.InlineReviews/ViewModels/InlineCommentViewModel.cs

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

src/GitHub.InlineReviews/ViewModels/IssueCommentThreadViewModel.cs

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

0 commit comments

Comments
 (0)