mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 15:47:38 +09:00
remove unused parameters
This commit is contained in:
parent
f65d4b626e
commit
a2dfef301a
@ -146,7 +146,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private new void load(OsuColour colour, LocalisationEngine locale, BeatmapSetOverlay beatmapSetOverlay)
|
private new void load(OsuColour colour)
|
||||||
{
|
{
|
||||||
double pp = score.PP ?? 0;
|
double pp = score.PP ?? 0;
|
||||||
stats.Add(new OsuSpriteText
|
stats.Add(new OsuSpriteText
|
||||||
@ -179,7 +179,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
|
|||||||
{ }
|
{ }
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private new void load(OsuColour colour, LocalisationEngine locale, BeatmapSetOverlay beatmapSetOverlay)
|
private new void load()
|
||||||
{
|
{
|
||||||
stats.Add(new OsuSpriteText
|
stats.Add(new OsuSpriteText
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user