From e028d263f1613536901c50a16aa79d15ba6fb08f Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Mon, 13 May 2024 16:38:38 -0500 Subject: [PATCH] Remove unused include. --- Source/Engine/UI/GUI/Common/Label.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Engine/UI/GUI/Common/Label.cs b/Source/Engine/UI/GUI/Common/Label.cs index cb357773f..5ef323f23 100644 --- a/Source/Engine/UI/GUI/Common/Label.cs +++ b/Source/Engine/UI/GUI/Common/Label.cs @@ -1,6 +1,5 @@ // Copyright (c) 2012-2024 Wojciech Figat. All rights reserved. -using System; using System.ComponentModel; namespace FlaxEngine.GUI