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

Commit 9dd5976

Browse files
committed
Removed unused IInlineCommentModel.
And removed missing files.
1 parent 69a6126 commit 9dd5976

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

src/GitHub.Exports/GitHub.Exports.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
<Compile Include="Models\DiffLine.cs" />
166166
<Compile Include="Models\DiffUtilities.cs" />
167167
<Compile Include="Models\ICommentModel.cs" />
168-
<Compile Include="Models\IInlineCommentModel.cs" />
169168
<Compile Include="Models\ILocalRepositoryModelFactory.cs" />
170169
<Compile Include="Models\IPullRequestReviewCommentModel.cs" />
171170
<Compile Include="Services\IEnterpriseCapabilitiesService.cs" />

src/GitHub.Exports/Models/IInlineCommentModel.cs

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

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
<Compile Include="Commands\InlineCommentNavigationCommand.cs" />
7373
<Compile Include="Commands\PreviousInlineCommentCommand.cs" />
7474
<Compile Include="Commands\NextInlineCommentCommand.cs" />
75-
<Compile Include="Commands\VsCommandBase.cs" />
7675
<Compile Include="Glyph\GlyphData.cs" />
7776
<Compile Include="Glyph\GlyphMargin.cs" />
7877
<Compile Include="Glyph\GlyphMarginVisualManager.cs" />
@@ -106,15 +105,7 @@
106105
<Compile Include="ViewModels\CommentThreadViewModel.cs" />
107106
<Compile Include="ViewModels\InlineCommentPeekViewModel.cs" />
108107
<Compile Include="ViewModels\NewInlineCommentThreadViewModel.cs" />
109-
<Compile Include="ViewModels\InlineCommentViewModel.cs" />
110-
<Compile Include="ViewModels\IPullRequestCommentsViewModel.cs" />
111-
<Compile Include="ViewModels\IssueCommentThreadViewModel.cs" />
112-
<Compile Include="ViewModels\PullRequestCommentsViewModel.cs" />
113108
<Compile Include="ViewModels\PullRequestStatusViewModel.cs" />
114-
<Compile Include="Views\DiffCommentThreadView.xaml.cs">
115-
<DependentUpon>DiffCommentThreadView.xaml</DependentUpon>
116-
</Compile>
117-
<Compile Include="Views\DiffView.cs" />
118109
<Compile Include="Views\GlyphMarginGrid.xaml.cs">
119110
<DependentUpon>GlyphMarginGrid.xaml</DependentUpon>
120111
</Compile>

0 commit comments

Comments
 (0)