mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove not-accessed field
This commit is contained in:
@ -73,8 +73,6 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
||||
|
||||
private class CountSection : Container
|
||||
{
|
||||
public readonly TextFlowContainer TextFlow;
|
||||
|
||||
private readonly OsuSpriteText valueText;
|
||||
|
||||
public int Count
|
||||
@ -122,7 +120,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
||||
}
|
||||
}
|
||||
},
|
||||
TextFlow = new TextFlowContainer(t => { t.TextSize = 19; })
|
||||
new TextFlowContainer(t => { t.TextSize = 19; })
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
|
Reference in New Issue
Block a user