1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Remove unused variable

This commit is contained in:
Dean Herbert 2018-04-15 15:29:00 +09:00
parent 671de4f6c2
commit 069d48ac14

View File

@ -3,7 +3,6 @@
using System.Linq; using System.Linq;
using osu.Game.Online.API.Requests; using osu.Game.Online.API.Requests;
using osu.Game.Overlays.Direct;
using osu.Game.Overlays.Profile.Sections.Beatmaps; using osu.Game.Overlays.Profile.Sections.Beatmaps;
namespace osu.Game.Overlays.Profile.Sections namespace osu.Game.Overlays.Profile.Sections
@ -14,8 +13,6 @@ namespace osu.Game.Overlays.Profile.Sections
public override string Identifier => "beatmaps"; public override string Identifier => "beatmaps";
private DirectPanel currentlyPlaying;
public BeatmapsSection() public BeatmapsSection()
{ {
Children = new[] Children = new[]