Skip to content

Commit

Permalink
Remove unused field for now to appease inspectcode
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Nov 8, 2021
1 parent f4b8dee commit 9a2425f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 9a2425f

Please sign in to comment.