From 8384bd5ced9bc49198a8821a34ec9f2e75069573 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Tue, 7 Feb 2023 14:52:00 +0000 Subject: [PATCH] patchfix - erroneous namespace in combobox??? --- 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 {