From 0f38fdda306e1408cf7ba97d58edfe711023700d Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Sun, 5 Feb 2023 15:12:04 -0600 Subject: [PATCH] Remove unused include. --- Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs b/Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs index 8d969485d..79c08a596 100644 --- a/Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs +++ b/Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs @@ -1,6 +1,5 @@ // Copyright (c) 2012-2023 Wojciech Figat. All rights reserved. -using FlaxEditor.CustomEditors.GUI; using FlaxEngine; using FlaxEngine.GUI;