1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Remove unused using statement

This commit is contained in:
Dean Herbert 2022-10-21 19:55:58 +09:00
parent ca91f9f716
commit 1e09a21279

View File

@ -26,7 +26,6 @@ using osu.Game.Rulesets.UI;
using osu.Game.Screens.Edit.Components.TernaryButtons;
using osu.Game.Screens.Edit.Compose.Components;
using osuTK;
using osuTK.Input;
namespace osu.Game.Rulesets.Catch.Edit
{