1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08:00

Remove Extraneous Using Statement

- System.Collections.Generic was leftover from a previous attempt
This commit is contained in:
Brayzure 2017-11-20 20:25:14 -05:00
parent da30d76f9b
commit 6d74fd254c

View File

@ -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;