mirror of
https://github.com/ppy/osu
synced 2025-03-06 19:38:51 +00:00
Remove redundant initialiser
This commit is contained in:
parent
1dee041448
commit
74d5de2d13
@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Dashboard.Friends
|
||||
private CancellationTokenSource cancellationToken;
|
||||
|
||||
[CanBeNull]
|
||||
private SearchContainer currentContent = null;
|
||||
private SearchContainer currentContent;
|
||||
|
||||
private FriendOnlineStreamControl onlineStreamControl;
|
||||
private Box background;
|
||||
|
Loading…
Reference in New Issue
Block a user