Apply nullability in related classes and remove unused variable

This commit is contained in:
Dean Herbert
2023-05-08 16:55:29 +09:00
parent 214bc40570
commit 1b7dd32eb1
2 changed files with 4 additions and 10 deletions

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
namespace osu.Game.Rulesets.UI.Scrolling.Algorithms
{
public interface IScrollAlgorithm