mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 23:07:26 +08:00
Remove useless variable
This commit is contained in:
parent
48c39b1d19
commit
729777a7e0
@ -16,7 +16,6 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
|
||||
private const float panel_padding = 10f;
|
||||
|
||||
private readonly BeatmapSetType type;
|
||||
private string header;
|
||||
|
||||
private DirectPanel playing;
|
||||
|
||||
@ -24,7 +23,6 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
|
||||
: base(user, header, missing)
|
||||
{
|
||||
this.type = type;
|
||||
this.header = header;
|
||||
|
||||
ItemsPerPage = 6;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user