From feae7390a4860ced19fd0b3ad50be1c4f42140c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <1123993881@qq.com> Date: Tue, 18 Jul 2023 08:42:31 +0800 Subject: [PATCH] fix: remove and clean. --- ActionTimelineEx/Helpers/DrawHelper.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ActionTimelineEx/Helpers/DrawHelper.cs b/ActionTimelineEx/Helpers/DrawHelper.cs index 4761ec5..5d014d2 100644 --- a/ActionTimelineEx/Helpers/DrawHelper.cs +++ b/ActionTimelineEx/Helpers/DrawHelper.cs @@ -1,6 +1,4 @@ -using ActionTimelineEx.Timeline; -using Dalamud.Interface.Colors; -using ECommons.DalamudServices; +using ECommons.DalamudServices; using ECommons.ImGuiMethods; using ImGuiNET; using ImGuiScene;