Clean up FooterButtonRandom

Removed unnecessary using statements
Removed unnecessary constructor
This commit is contained in:
Jack Boswell (boswelja) 2020-06-08 17:31:31 +12:00
parent bddd2b72ba
commit ea9207e0ad

View File

@ -4,10 +4,7 @@
using System; using System;
using osu.Framework.Allocation; using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics; using osu.Game.Graphics;
using osu.Game.Graphics.Sprites;
using osu.Game.Input.Bindings; using osu.Game.Input.Bindings;
namespace osu.Game.Screens.Select namespace osu.Game.Screens.Select
@ -19,8 +16,6 @@ namespace osu.Game.Screens.Select
private bool rewindSearch; private bool rewindSearch;
public FooterButtonRandom() { }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load(OsuColour colours) private void load(OsuColour colours)
{ {