mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 19:05:37 +08:00
Remove unused code
This commit is contained in:
parent
04da1209f7
commit
31edca866c
@ -196,7 +196,6 @@ namespace osu.Game.Screens.Edit
|
||||
public IBeatmap Clone() => (EditorBeatmap)MemberwiseClone();
|
||||
|
||||
private IList mutableHitObjects => (IList)PlayableBeatmap.HitObjects;
|
||||
private IList mutableBreaks => (IList)PlayableBeatmap.Breaks;
|
||||
|
||||
private readonly List<HitObject> batchPendingInserts = new List<HitObject>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user