1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 05:29:57 +08:00

Remove usings

This commit is contained in:
StanR
2019-08-29 12:49:44 +03:00
Unverified
parent d303083179
commit 68ee7346b2
2 changed files with 0 additions and 2 deletions
@@ -2,7 +2,6 @@
// See the LICENCE file in the repository root for full licence text.
using System;
using System.ComponentModel;
using Newtonsoft.Json;
namespace osu.Game.Beatmaps
-1
View File
@@ -3,7 +3,6 @@
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;