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

Commit 1717376

Browse files
committed
Removed unused properties from sample views.
1 parent e48a595 commit 1717376

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/GitHub.App/SampleData/SampleViewModels.cs

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public RepositoryCreationViewModelDesigner()
2929
RepositoryName = "Hello-World";
3030
Description = "A description";
3131
KeepPrivate = true;
32-
CanKeepPrivate = true;
3332
Accounts = new ReactiveList<IAccount>
3433
{
3534
new AccountDesigner { Login = "shana" },
@@ -80,12 +79,6 @@ public ReactiveCommand<Unit, Unit> BrowseForDirectory
8079
private set;
8180
}
8281

83-
public bool CanKeepPrivate
84-
{
85-
get;
86-
private set;
87-
}
88-
8982
public ReactiveCommand<Unit, Unit> CreateRepository
9083
{
9184
get;
@@ -146,24 +139,6 @@ public IAccount SelectedAccount
146139
set;
147140
}
148141

149-
public bool ShowUpgradePlanWarning
150-
{
151-
get;
152-
private set;
153-
}
154-
155-
public bool ShowUpgradeToMicroPlanWarning
156-
{
157-
get;
158-
private set;
159-
}
160-
161-
public ICommand UpgradeAccountPlan
162-
{
163-
get;
164-
private set;
165-
}
166-
167142
public IReadOnlyList<GitIgnoreItem> GitIgnoreTemplates
168143
{
169144
get; private set;

0 commit comments

Comments
 (0)