1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:22:56 +08:00

Remove unused field for now to appease inspectcode

This commit is contained in:
Dean Herbert 2021-11-08 21:36:28 +09:00
parent f4b8dee2d0
commit 9a2425f316

View File

@ -8,12 +8,8 @@ namespace osu.Game.Beatmaps.Drawables.Cards.Buttons
{ {
public class DownloadButton : BeatmapCardIconButton public class DownloadButton : BeatmapCardIconButton
{ {
private readonly APIBeatmapSet beatmapSet;
public DownloadButton(APIBeatmapSet beatmapSet) public DownloadButton(APIBeatmapSet beatmapSet)
{ {
this.beatmapSet = beatmapSet;
Icon.Icon = FontAwesome.Solid.FileDownload; Icon.Icon = FontAwesome.Solid.FileDownload;
} }