mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 03:53:21 +08:00
Remove unused variable
This commit is contained in:
parent
671de4f6c2
commit
069d48ac14
@ -3,7 +3,6 @@
|
||||
|
||||
using System.Linq;
|
||||
using osu.Game.Online.API.Requests;
|
||||
using osu.Game.Overlays.Direct;
|
||||
using osu.Game.Overlays.Profile.Sections.Beatmaps;
|
||||
|
||||
namespace osu.Game.Overlays.Profile.Sections
|
||||
@ -14,8 +13,6 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
|
||||
public override string Identifier => "beatmaps";
|
||||
|
||||
private DirectPanel currentlyPlaying;
|
||||
|
||||
public BeatmapsSection()
|
||||
{
|
||||
Children = new[]
|
||||
|
Loading…
Reference in New Issue
Block a user