1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Remove unused variable.

This commit is contained in:
Dean Herbert 2017-02-27 23:17:21 +09:00
parent afdb95f4d5
commit e8b027130f
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -61,7 +61,6 @@ namespace osu.Game.Screens.Select
float newDepth = lastContainer?.Depth + 1 ?? 0;
BeatmapSetInfo beatmapSetInfo = beatmap.BeatmapSetInfo;
BeatmapInfo beatmapInfo = beatmap.BeatmapInfo;
BeatmapMetadata metadata = beatmap.BeatmapInfo?.Metadata ?? beatmap.BeatmapSetInfo?.Metadata ?? new BeatmapMetadata();