1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 07:41:18 +08:00

remove unnecessary using

This commit is contained in:
Dylan Nantz
2022-12-14 11:19:16 -05:00
Unverified
parent ee945c9b58
commit f5cc2f6ed5
@@ -11,7 +11,6 @@ using osu.Framework.Input.Bindings;
using osu.Framework.Input.Events;
using osu.Game.Graphics;
using osuTK;
using osuTK.Input;
namespace osu.Game.Rulesets.Catch.UI
{