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

@ -2,7 +2,6 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.ComponentModel;
using osu.Game.Modes.Objects;
using osu.Game.Modes.Objects.Drawables;
namespace osu.Game.Modes.Osu.Objects.Drawables