From a2dfef301aafde9582364b45f6a35df838f2d27b Mon Sep 17 00:00:00 2001 From: Jorolf Date: Tue, 24 Oct 2017 20:56:05 +0200 Subject: [PATCH] remove unused parameters --- osu.Game/Overlays/Profile/Sections/Ranks/DrawableScore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Overlays/Profile/Sections/Ranks/DrawableScore.cs b/osu.Game/Overlays/Profile/Sections/Ranks/DrawableScore.cs index c9ae9657e6..a9aaf5ee03 100644 --- a/osu.Game/Overlays/Profile/Sections/Ranks/DrawableScore.cs +++ b/osu.Game/Overlays/Profile/Sections/Ranks/DrawableScore.cs @@ -146,7 +146,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks } [BackgroundDependencyLoader] - private new void load(OsuColour colour, LocalisationEngine locale, BeatmapSetOverlay beatmapSetOverlay) + private new void load(OsuColour colour) { double pp = score.PP ?? 0; stats.Add(new OsuSpriteText @@ -179,7 +179,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks { } [BackgroundDependencyLoader] - private new void load(OsuColour colour, LocalisationEngine locale, BeatmapSetOverlay beatmapSetOverlay) + private new void load() { stats.Add(new OsuSpriteText {