1
0
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:
EVAST9919 2017-11-04 18:38:02 +03:00
parent 48c39b1d19
commit 729777a7e0

View File

@ -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;