1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 01:42:59 +08:00

Trim no longer used constant

This commit is contained in:
Bartłomiej Dach 2021-07-03 15:47:46 +02:00
parent 7dae93ad66
commit 6fb8ed4d07

View File

@ -14,7 +14,6 @@ namespace osu.Game.Overlays.BeatmapSet
{ {
public class Info : Container public class Info : Container
{ {
private const float transition_duration = 250;
private const float metadata_width = 175; private const float metadata_width = 175;
private const float spacing = 20; private const float spacing = 20;
private const float base_height = 220; private const float base_height = 220;