mirror of https://github.com/ppy/osu
Remove Extraneous Using Statement
- System.Collections.Generic was leftover from a previous attempt
This commit is contained in:
parent
da30d76f9b
commit
6d74fd254c
|
@ -3,7 +3,6 @@
|
|||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Collections.Generic;
|
||||
using osu.Framework.Configuration;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Rulesets.Judgements;
|
||||
|
|
Loading…
Reference in New Issue