1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 03:33:39 +08:00

Remove unused constant

This commit is contained in:
Dean Herbert
2021-01-11 01:56:09 +09:00
Unverified
parent bd37723788
commit d2ca6da0fd
@@ -18,8 +18,6 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
{
public class PreviewButton : OsuClickableContainer
{
private const float transition_duration = 500;
private readonly Box background, progress;
private readonly PlayButton playButton;