1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Remove unused class.

This commit is contained in:
smoogipooo 2017-05-11 20:05:11 +09:00
parent 0739a76497
commit f764ed8903
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Rulesets.Mania.Timing
{
}

View File

@ -59,7 +59,6 @@
<Compile Include="Objects\Types\IHasColumn.cs" />
<Compile Include="Scoring\ManiaScoreProcessor.cs" />
<Compile Include="Timing\TimingSection.cs" />
<Compile Include="Timing\DrawableTimingSection.cs" />
<Compile Include="Objects\HoldNote.cs" />
<Compile Include="Objects\ManiaHitObject.cs" />
<Compile Include="Objects\Note.cs" />