mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 00:14:12 +08:00
Remove unused field
This commit is contained in:
@@ -24,8 +24,6 @@ namespace osu.Game.Overlays.SkinEditor
|
||||
{
|
||||
private Container box = null!;
|
||||
|
||||
private Container outlineBox = null!;
|
||||
|
||||
private AnchorOriginVisualiser anchorOriginVisualiser = null!;
|
||||
|
||||
private Drawable drawable => (Drawable)Item;
|
||||
@@ -58,7 +56,7 @@ namespace osu.Game.Overlays.SkinEditor
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
outlineBox = new Container
|
||||
new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Masking = true,
|
||||
|
||||
Reference in New Issue
Block a user