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

Remove unused usings

This commit is contained in:
David Zhao 2019-03-19 13:16:06 +09:00
parent df37973e84
commit dc26e90a8d

View File

@ -1,9 +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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Configuration;
using osu.Game.Screens.Backgrounds;
namespace osu.Game.Screens.Play