Remove unnecessary logo assignment

This commit is contained in:
David Zhao 2019-04-04 12:08:05 +09:00
parent e89143d76b
commit b2857384b8
1 changed files with 0 additions and 4 deletions

View File

@ -37,8 +37,6 @@ public class PlayerLoader : ScreenWithBeatmapBackground
private BeatmapMetadataDisplay info;
private OsuLogo logo;
private bool hideOverlays;
public override bool HideOverlaysOnEnter => hideOverlays;
@ -155,8 +153,6 @@ protected override void LogoArriving(OsuLogo logo, bool resuming)
{
base.LogoArriving(logo, resuming);
this.logo = logo;
const double duration = 300;
if (!resuming)