mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove useless variable
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user