mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 19:32:58 +08:00
Remove unused field
This commit is contained in:
parent
e32be36d92
commit
42d41add41
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user