From 5114d0c050f5ac6ab1e12644102c41126e5e13b6 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Tue, 7 Feb 2023 15:04:15 +0000 Subject: [PATCH] patchfix - erroneous using? --- Runtime/Scripts/Controls/ComboBox/ComboBox.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/Scripts/Controls/ComboBox/ComboBox.cs b/Runtime/Scripts/Controls/ComboBox/ComboBox.cs index 094f4aa..78d1346 100644 --- a/Runtime/Scripts/Controls/ComboBox/ComboBox.cs +++ b/Runtime/Scripts/Controls/ComboBox/ComboBox.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.Linq; -using static UnityEditor.Progress; namespace UnityEngine.UI.Extensions {