Remove old, unused hit object converters (will be re-implemented through IBeatmapConverter).

This commit is contained in:
smoogipooo
2017-03-13 14:50:55 +09:00
parent 0cc2cb3278
commit 35ddca78f5
8 changed files with 0 additions and 156 deletions

View File

@ -50,7 +50,6 @@
<Compile Include="Beatmaps\CatchBeatmapConverter.cs" />
<Compile Include="CatchDifficultyCalculator.cs" />
<Compile Include="Objects\CatchBaseHit.cs" />
<Compile Include="Objects\CatchConverter.cs" />
<Compile Include="Objects\Drawable\DrawableFruit.cs" />
<Compile Include="Objects\Droplet.cs" />
<Compile Include="Objects\Fruit.cs" />