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

Commit 5a6e48b

Browse files
Removing some changes
1 parent 2244660 commit 5a6e48b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/GitHub.App/SampleData/PullRequestCreationViewModelDesigner.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Reactive;
55
using System.Threading.Tasks;
66
using GitHub.Models;
7-
using GitHub.Services;
87
using GitHub.Validation;
98
using GitHub.ViewModels.GitHubPane;
109
using ReactiveUI;
@@ -54,7 +53,6 @@ public PullRequestCreationViewModelDesigner()
5453
public string PRTitle { get; set; }
5554

5655
public ReactivePropertyValidator TitleValidator { get; }
57-
public IAutoCompleteAdvisor AutoCompleteAdvisor { get; }
5856

5957
public ReactivePropertyValidator BranchValidator { get; }
6058

src/GitHub.Exports.Reactive/ViewModels/GitHubPane/IPullRequestCreationViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using ReactiveUI;
55
using System.Threading.Tasks;
66
using System.Reactive;
7-
using GitHub.Services;
87

98
namespace GitHub.ViewModels.GitHubPane
109
{
@@ -17,8 +16,6 @@ public interface IPullRequestCreationViewModel : IPanePageViewModel
1716
ReactiveCommand<Unit, Unit> Cancel { get; }
1817
string PRTitle { get; set; }
1918
ReactivePropertyValidator TitleValidator { get; }
20-
IAutoCompleteAdvisor AutoCompleteAdvisor { get; }
21-
2219
Task InitializeAsync(LocalRepositoryModel repository, IConnection connection);
2320
}
2421
}

0 commit comments

Comments
 (0)