mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 05:23:05 +08:00
Remove unused variable
This commit is contained in:
parent
671de4f6c2
commit
069d48ac14
@ -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[]
|
||||||
|
Loading…
Reference in New Issue
Block a user