Remove unused variable

This commit is contained in:
Chandler Cox
2025-06-27 21:38:10 -05:00
parent 53d4ea51af
commit b9cfd054c1

View File

@@ -77,7 +77,6 @@ namespace FlaxEditor.Viewport
private int _defaultScaleActiveIndex = 0; private int _defaultScaleActiveIndex = 0;
private int _customScaleActiveIndex = -1; private int _customScaleActiveIndex = -1;
private ContextMenuButton _uiModeButton; private ContextMenuButton _uiModeButton;
private ContextMenu _uiViewCM;
/// <summary> /// <summary>
/// Event fired when the UI Mode is toggled. /// Event fired when the UI Mode is toggled.