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

remove unnecessary using

This commit is contained in:
Dylan Nantz 2022-12-14 11:19:16 -05:00
parent ee945c9b58
commit f5cc2f6ed5

View File

@ -11,7 +11,6 @@ using osu.Framework.Input.Bindings;
using osu.Framework.Input.Events; using osu.Framework.Input.Events;
using osu.Game.Graphics; using osu.Game.Graphics;
using osuTK; using osuTK;
using osuTK.Input;
namespace osu.Game.Rulesets.Catch.UI namespace osu.Game.Rulesets.Catch.UI
{ {