1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 21:47:25 +08:00

Remove unused fields.

This commit is contained in:
DrabWeb 2017-06-24 06:03:40 -03:00
parent 9f417743b6
commit 68915d79a6

View File

@ -29,7 +29,7 @@ namespace osu.Game.Screens.Multiplayer
private const float transition_duration = 100;
private readonly Box statusStrip;
private readonly Container coverContainer, rulesetContainer, gameTypeContainer;
private readonly Container coverContainer;
private readonly FillFlowContainer topFlow, participantsFlow;
private readonly ModeTypeInfo modeTypeInfo;
private readonly OsuSpriteText participants, participantsSlash, maxParticipants, name, status, beatmapTitle, beatmapDash, beatmapArtist, beatmapAuthor;