1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove unused method

This commit is contained in:
smoogipoo 2018-06-14 14:46:25 +09:00
parent af4d4b529f
commit 1431ee1867

View File

@ -33,10 +33,6 @@ namespace osu.Game.Rulesets.Difficulty
TimeRate = clock.Rate;
}
protected virtual void PreprocessHitObjects()
{
}
/// <summary>
/// Creates all <see cref="Mod"/> combinations which adjust the <see cref="Beatmap"/> difficulty.
/// </summary>