1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 19:22:56 +08:00

Remove unused beatmap reference in BeatmapGroup.

This commit is contained in:
Dean Herbert 2016-12-18 17:06:56 +09:00
parent 5ac9402d5f
commit f14a9e7d6b

View File

@ -30,7 +30,6 @@ namespace osu.Game.Beatmaps.Drawables
private BeatmapGroupState state;
public List<BeatmapPanel> BeatmapPanels;
private WorkingBeatmap beatmap;
public BeatmapGroupState State
{
@ -62,8 +61,6 @@ namespace osu.Game.Beatmaps.Drawables
public BeatmapGroup(WorkingBeatmap beatmap, BeatmapSetInfo set = null)
{
this.beatmap = beatmap;
Header = new BeatmapSetHeader(beatmap)
{
GainedSelection = headerGainedSelection,