This commit is contained in:
smoogipooo 2017-04-03 20:27:25 +09:00
parent 2be7458532
commit 15db37d9e0
2 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@
using System.IO;
using System.Linq;
using osu.Game.Beatmaps.IO;
using osu.Game.Beatmaps;
namespace osu.Desktop.Beatmaps.IO
{
@ -38,6 +37,5 @@ public override void Dispose()
{
// no-op
}
}
}

View File

@ -8,7 +8,6 @@
using osu.Game.Modes.Osu;
using osu.Game.Tests.Resources;
using osu.Game.Beatmaps.Formats;
using osu.Game.Beatmaps;
using osu.Game.Database;
namespace osu.Game.Tests.Beatmaps.IO