1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 17:12:56 +08:00

Remove unused field

This commit is contained in:
Joseph Madamba 2023-10-11 09:40:59 -07:00
parent e32be36d92
commit 42d41add41

View File

@ -18,12 +18,8 @@ namespace osu.Game.Online.Leaderboards
{ {
public partial class DrawableRank : CompositeDrawable public partial class DrawableRank : CompositeDrawable
{ {
private readonly ScoreRank rank;
public DrawableRank(ScoreRank rank) public DrawableRank(ScoreRank rank)
{ {
this.rank = rank;
RelativeSizeAxes = Axes.Both; RelativeSizeAxes = Axes.Both;
FillMode = FillMode.Fit; FillMode = FillMode.Fit;
FillAspectRatio = 2; FillAspectRatio = 2;