From f3530bf0fea6717fb0071dae5ebc6d218472d9bb Mon Sep 17 00:00:00 2001 From: Infi Date: Sun, 21 Apr 2024 23:18:19 +0200 Subject: [PATCH] remove unused --- ChatTwo/Ui/LegacyMessageImporterWindow.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ChatTwo/Ui/LegacyMessageImporterWindow.cs b/ChatTwo/Ui/LegacyMessageImporterWindow.cs index 51751b8..45d7923 100644 --- a/ChatTwo/Ui/LegacyMessageImporterWindow.cs +++ b/ChatTwo/Ui/LegacyMessageImporterWindow.cs @@ -1,7 +1,5 @@ using System.Numerics; using ChatTwo.Util; -using Dalamud.Interface.Colors; -using Dalamud.Interface.Components; using Dalamud.Interface.ImGuiNotification; using Dalamud.Interface.ImGuiNotification.EventArgs; using Dalamud.Interface.Internal.Notifications;