Remove unused using and fix possible nullref.

This commit is contained in:
naoey
2018-04-04 22:02:45 +05:30
parent 7482d5986a
commit ca4299c6fe
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ using osu.Game.Overlays.BeatmapSet;
using osu.Game.Rulesets;
using osu.Game.Overlays.BeatmapSet.Scores;
using System.Linq;
using osu.Framework.Configuration;
using osu.Game.Graphics.UserInterface;
namespace osu.Game.Overlays