Remove redundant override

This commit is contained in:
Craftplacer 2019-10-02 17:22:34 +02:00
parent 5f399add82
commit 6929847b08

View File

@ -516,8 +516,6 @@ namespace osu.Game.Screens.Play
public override bool IsImportant => true;
public override bool RequestsFocus => true;
[BackgroundDependencyLoader]
private void load(OsuColour colours, AudioManager audioManager, NotificationOverlay notificationOverlay, VolumeOverlay volumeOverlay)
{