From d5bd005c01bf0f7df3d675775d87fda7f78c784d Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Tue, 12 Sep 2017 18:52:15 +0900 Subject: [PATCH] Remove unused code for now I don't think we'll ever be using this anyway. --- osu.Game/Rulesets/Objects/HitObject.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/osu.Game/Rulesets/Objects/HitObject.cs b/osu.Game/Rulesets/Objects/HitObject.cs index 984ecec2b5..c69979d4cf 100644 --- a/osu.Game/Rulesets/Objects/HitObject.cs +++ b/osu.Game/Rulesets/Objects/HitObject.cs @@ -1,11 +1,9 @@ // Copyright (c) 2007-2017 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE -using System.Collections.Generic; using osu.Game.Audio; using osu.Game.Beatmaps; using osu.Game.Beatmaps.ControlPoints; -using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Objects.Types; namespace osu.Game.Rulesets.Objects @@ -32,10 +30,6 @@ namespace osu.Game.Rulesets.Objects /// public SampleInfoList Samples = new SampleInfoList(); - public virtual IEnumerable CreateJudgements() => new[] { new Judgement() }; - - public readonly List Children = new List(); - /// /// Whether this is in Kiai time. ///