mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Remove unused field
This commit is contained in:
parent
8894a73b07
commit
b390fdb8cc
@ -24,8 +24,6 @@ namespace osu.Game.Overlays.SkinEditor
|
|||||||
{
|
{
|
||||||
private Container box = null!;
|
private Container box = null!;
|
||||||
|
|
||||||
private Container outlineBox = null!;
|
|
||||||
|
|
||||||
private AnchorOriginVisualiser anchorOriginVisualiser = null!;
|
private AnchorOriginVisualiser anchorOriginVisualiser = null!;
|
||||||
|
|
||||||
private Drawable drawable => (Drawable)Item;
|
private Drawable drawable => (Drawable)Item;
|
||||||
@ -58,7 +56,7 @@ namespace osu.Game.Overlays.SkinEditor
|
|||||||
{
|
{
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
outlineBox = new Container
|
new Container
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Masking = true,
|
Masking = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user