mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:23:21 +08:00
Remove unused field for now to appease inspectcode
This commit is contained in:
parent
f4b8dee2d0
commit
9a2425f316
@ -8,12 +8,8 @@ namespace osu.Game.Beatmaps.Drawables.Cards.Buttons
|
||||
{
|
||||
public class DownloadButton : BeatmapCardIconButton
|
||||
{
|
||||
private readonly APIBeatmapSet beatmapSet;
|
||||
|
||||
public DownloadButton(APIBeatmapSet beatmapSet)
|
||||
{
|
||||
this.beatmapSet = beatmapSet;
|
||||
|
||||
Icon.Icon = FontAwesome.Solid.FileDownload;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user