1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 23:23:04 +08:00

Fix unused usings.

This commit is contained in:
smoogipooo 2017-03-20 18:18:25 +09:00
parent da1b911da9
commit 75d09e7038

View File

@ -1,9 +1,6 @@
using OpenTK.Input;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using osu.Framework.Input;
namespace osu.Game.Modes.Taiko.Objects.Drawable