1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +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
{
private const float transition_duration = 250;
private const float metadata_width = 175;
private const float spacing = 20;
private const float base_height = 220;