Remove unused field

This commit is contained in:
Bartłomiej Dach 2024-11-07 09:36:28 +01:00
parent 98ae45d763
commit e058f98bad
No known key found for this signature in database

View File

@ -34,7 +34,6 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
private EditHoldNoteEndPiece head = null!; private EditHoldNoteEndPiece head = null!;
private EditHoldNoteEndPiece tail = null!; private EditHoldNoteEndPiece tail = null!;
private Container body = null!;
protected new DrawableHoldNote DrawableObject => (DrawableHoldNote)base.DrawableObject; protected new DrawableHoldNote DrawableObject => (DrawableHoldNote)base.DrawableObject;
@ -89,7 +88,7 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
}, },
DragEnded = () => changeHandler?.EndChange(), DragEnded = () => changeHandler?.EndChange(),
}, },
body = new Container new Container
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Masking = true, Masking = true,