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

Commit

Permalink
Removing some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Apr 8, 2019
1 parent 2244660 commit 5a6e48b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Reactive;
using System.Threading.Tasks;
using GitHub.Models;
using GitHub.Services;
using GitHub.Validation;
using GitHub.ViewModels.GitHubPane;
using ReactiveUI;
Expand Down Expand Up @@ -54,7 +53,6 @@ public PullRequestCreationViewModelDesigner()
public string PRTitle { get; set; }

public ReactivePropertyValidator TitleValidator { get; }
public IAutoCompleteAdvisor AutoCompleteAdvisor { get; }

public ReactivePropertyValidator BranchValidator { get; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using ReactiveUI;
using System.Threading.Tasks;
using System.Reactive;
using GitHub.Services;

namespace GitHub.ViewModels.GitHubPane
{
Expand All @@ -17,8 +16,6 @@ public interface IPullRequestCreationViewModel : IPanePageViewModel
ReactiveCommand<Unit, Unit> Cancel { get; }
string PRTitle { get; set; }
ReactivePropertyValidator TitleValidator { get; }
IAutoCompleteAdvisor AutoCompleteAdvisor { get; }

Task InitializeAsync(LocalRepositoryModel repository, IConnection connection);
}
}

0 comments on commit 5a6e48b

Please sign in to comment.