Clean up code.

This commit is contained in:
Chandler Cox
2023-10-15 13:34:09 -05:00
parent 9c60da278f
commit 86c2406d52

View File

@@ -52,7 +52,6 @@ namespace FlaxEditor.CustomEditors.Editors
var icons = FlaxEditor.Editor.Instance.Icons;
var style = FlaxEngine.GUI.Style.Current;
var imageSize = 18;
var indexAmount = Index == 0 ? 2 : 0;
_moveDownImage = new Image
{
Brush = new SpriteBrush(icons.Down32),