1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 02:32:59 +08:00

Remove unused using

This commit is contained in:
smoogipoo 2018-01-12 20:48:58 +09:00
parent 4d26c8c311
commit 90bcec42d7

View File

@ -10,7 +10,6 @@ using osu.Game.Rulesets.UI;
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Input.Bindings;
using osu.Game.Rulesets.Catch.Objects;
namespace osu.Game.Rulesets.Catch
{