Remove unused using statement

This commit is contained in:
Dean Herbert
2021-10-28 15:14:29 +09:00
parent 0e293471c2
commit 56e3a42abe

View File

@ -1,7 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Threading;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Screens;