1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 00:42:55 +08:00

Remove unnecessary using statement.

This commit is contained in:
Power Maker 2020-06-03 21:13:11 +02:00
parent bc5813cfb8
commit ff220b2ebe

View File

@ -15,7 +15,6 @@ using osu.Framework.Graphics.Textures;
using osu.Framework.Input.Events;
using osuTK.Input;
using osu.Framework.Utils;
using osu.Game.Screens.Multi.Components;
namespace osu.Game.Graphics.Cursor
{