Remove catch-specific cursor provider

This commit is contained in:
Dean Herbert
2019-11-29 17:38:28 +09:00
parent 8ec25a6af2
commit 4f081f2fe8
2 changed files with 0 additions and 20 deletions

View File

@ -9,7 +9,6 @@ using osu.Game.Rulesets.Catch.Objects;
using osu.Game.Rulesets.Catch.Objects.Drawable;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.UI;
using osu.Game.Rulesets.UI.Scrolling;
namespace osu.Game.Rulesets.Catch.UI
@ -20,8 +19,6 @@ namespace osu.Game.Rulesets.Catch.UI
internal readonly CatcherArea CatcherArea;
protected override GameplayCursorContainer CreateCursor() => new CatchCursorContainer();
public CatchPlayfield(BeatmapDifficulty difficulty, Func<CatchHitObject, DrawableHitObject<CatchHitObject>> createDrawableRepresentation)
{
Container explodingFruitContainer;