mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Clean up FooterButtonRandom
Removed unnecessary using statements Removed unnecessary constructor
This commit is contained in:
parent
bddd2b72ba
commit
ea9207e0ad
@ -4,10 +4,7 @@
|
||||
using System;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Extensions.Color4Extensions;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
using osu.Game.Input.Bindings;
|
||||
|
||||
namespace osu.Game.Screens.Select
|
||||
@ -19,8 +16,6 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private bool rewindSearch;
|
||||
|
||||
public FooterButtonRandom() { }
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user