1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 01:22:59 +08:00

Removed using

This commit is contained in:
Andrey Zavadskiy 2017-04-10 06:10:12 +03:00
parent e73f543c4f
commit 1879a05c7b

View File

@ -22,7 +22,6 @@ using System;
using System.Linq;
using osu.Framework.Threading;
using osu.Game.Modes.Scoring;
using OpenTK.Graphics;
namespace osu.Game.Screens.Play
{