mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09: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
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user