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

Commit 255b007

Browse files
committed
Remove empty IncrementNumberOfShowCurrentPullRequest method
1 parent e3158d2 commit 255b007

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/GitHub.InlineReviews/Services/PullRequestStatusBarManager.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ PullRequestStatusViewModel CreatePullRequestStatusViewModel(IPullRequestModel pu
7878
return pullRequestStatusViewModel;
7979
}
8080

81-
void IncrementNumberOfShowCurrentPullRequest()
82-
{
83-
}
84-
8581
void ShowStatus(PullRequestStatusViewModel pullRequestStatusViewModel = null)
8682
{
8783
var statusBar = FindSccStatusBar(Application.Current.MainWindow);

0 commit comments

Comments
 (0)