mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 05:19:32 +08:00
Remove unused placeholder friend in DummyAPI implementation
This commit is contained in:
parent
57c5d45c02
commit
99b670627a
@ -19,11 +19,7 @@ namespace osu.Game.Online.API
|
||||
Id = 1001,
|
||||
});
|
||||
|
||||
public BindableList<User> Friends { get; } = new BindableList<User>(new User
|
||||
{
|
||||
Username = @"Dummy's friend",
|
||||
Id = 2002,
|
||||
}.Yield());
|
||||
public BindableList<User> Friends { get; } = new BindableList<User>();
|
||||
|
||||
public Bindable<UserActivity> Activity { get; } = new Bindable<UserActivity>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user