Raise errors on unnecessary using statements.

This commit is contained in:
Dean Herbert
2017-03-06 18:53:31 +09:00
parent 88f3dc0e02
commit c24a4f57d9
4 changed files with 2 additions and 4 deletions

View File

@ -13,7 +13,6 @@ using osu.Game.Input;
using OpenTK.Input;
using osu.Framework.Logging;
using osu.Game.Graphics.UserInterface.Volume;
using osu.Game.Database;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Transforms;
using osu.Framework.Timing;