removed unnecessary imports
authorpot0to <19513249+pot0to@users.noreply.github.com>
Sat, 1 Mar 2025 21:03:00 +0000 (13:03 -0800)
committerpot0to <19513249+pot0to@users.noreply.github.com>
Sat, 1 Mar 2025 21:03:00 +0000 (13:03 -0800)
Questionable/Controller/QuestController.cs
Questionable/External/QuestionableIpc.cs

index 83c123578776620410f852dcf5e852bcb78e46e0..099b47acffdb3581b14c8efda758f2e52c6c0e7d 100644 (file)
@@ -2,7 +2,6 @@
 using System.Collections.Generic;
 using System.Diagnostics.CodeAnalysis;
 using System.Linq;
-using System.Text;
 using Dalamud.Game.ClientState.Conditions;
 using Dalamud.Game.ClientState.Keys;
 using Dalamud.Game.Gui.Toast;
index f27d2065fab75a6475c35794321cb8f211bcdddd..c2ba2426098b7d28331499935104750eb0c84134 100644 (file)
@@ -2,7 +2,6 @@
 using System.Collections.Generic;
 using System.Linq;
 using System.Numerics;
-using System.Reflection.Metadata;
 using Dalamud.Plugin;
 using Dalamud.Plugin.Ipc;
 using JetBrains.Annotations;