1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

Remove unused constants

This commit is contained in:
Dean Herbert 2022-02-27 23:16:04 +09:00
parent 6eb79c37d8
commit 297e5ec62e

View File

@ -24,9 +24,6 @@ namespace osu.Game.Tournament.Components
private readonly string mod; private readonly string mod;
private const float horizontal_padding = 10;
private const float vertical_padding = 10;
public const float HEIGHT = 50; public const float HEIGHT = 50;
private readonly Bindable<TournamentMatch> currentMatch = new Bindable<TournamentMatch>(); private readonly Bindable<TournamentMatch> currentMatch = new Bindable<TournamentMatch>();