1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 17:52:56 +08:00

Remove no longer required constant

This commit is contained in:
Salman Ahmed 2022-05-08 16:20:26 +03:00
parent 7f1ad149d5
commit 6f4cdccf6c

View File

@ -27,7 +27,6 @@ namespace osu.Game.Screens.Ranking
public abstract class ResultsScreen : ScreenWithBeatmapBackground, IKeyBindingHandler<GlobalAction>
{
protected const float BACKGROUND_BLUR = 20;
private static readonly float screen_height = 768 - TwoLayerButton.SIZE_EXTENDED.Y;
public override bool DisallowExternalBeatmapRulesetChanges => true;