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

Commit f0390f6

Browse files
Didn't completely remove AvatarUrl
1 parent 132ac15 commit f0390f6

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/GitHub.App/SampleData/PullRequestCheckViewModelDesigner.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ public sealed class PullRequestCheckViewModelDesigner : ViewModelBase, IPullRequ
1616

1717
public Uri DetailsUrl { get; set; } = new Uri("http://github.com");
1818

19-
public string AvatarUrl { get; set; } = "https://avatars1.githubusercontent.com/u/417571?s=88&v=4";
20-
21-
public BitmapImage Avatar { get; set; } = null;
22-
2319
public ReactiveCommand<object> OpenDetailsUrl { get; set; } = null;
2420
}
2521
}

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ public interface IPullRequestCheckViewModel: IViewModel
3030
/// </summary>
3131
Uri DetailsUrl { get; }
3232

33-
/// <summary>
34-
/// The AvatarUrl of the Status/Check application
35-
/// </summary>
36-
string AvatarUrl { get; }
37-
38-
/// <summary>
39-
/// The BitmapImage of the AvatarUrl
40-
/// </summary>
41-
BitmapImage Avatar { get; }
42-
4333
/// <summary>
4434
/// A command that opens the DetailsUrl in a browser
4535
/// </summary>

0 commit comments

Comments
 (0)