From 1e76d5486b8f78c062bb9a299249039c07e50371 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Fri, 13 Jun 2025 22:52:22 +0200 Subject: [PATCH] Code style fixes --- Questionable/.editorconfig | 1 + Questionable/Configuration.cs | 3 +-- Questionable/Controller/CombatController.cs | 1 - Questionable/Controller/CombatModules/ItemUseModule.cs | 1 - Questionable/Controller/CombatModules/Mount128Module.cs | 5 +---- Questionable/Controller/CombatModules/Mount147Module.cs | 5 +---- .../Controller/CombatModules/RotationSolverRebornModule.cs | 3 --- Questionable/Controller/GameUi/InteractionUiController.cs | 1 - Questionable/Controller/InterruptHandler.cs | 2 -- Questionable/Controller/MovementController.cs | 1 - Questionable/Controller/QuestController.cs | 1 - Questionable/Controller/Steps/Common/NextQuest.cs | 4 +--- Questionable/Controller/Steps/Common/SendNotification.cs | 3 +-- Questionable/Controller/Steps/Interactions/AetherCurrent.cs | 1 - Questionable/Controller/Steps/Interactions/AethernetShard.cs | 1 - Questionable/Controller/Steps/Interactions/Dive.cs | 2 -- .../Controller/Steps/Interactions/EquipRecommended.cs | 1 - Questionable/Controller/Steps/Interactions/Jump.cs | 2 -- Questionable/Controller/Steps/Interactions/Say.cs | 1 - .../Controller/Steps/Interactions/SinglePlayerDuty.cs | 1 - Questionable/Controller/Steps/QuestCleanUp.cs | 2 -- Questionable/Controller/Steps/Shared/AetheryteShortcut.cs | 1 - Questionable/Controller/Steps/Shared/ExtraConditionUtils.cs | 3 --- Questionable/Controller/Steps/TaskExecutor.cs | 1 - Questionable/Data/GatheringData.cs | 1 - Questionable/Data/JournalData.cs | 1 - Questionable/External/QuestionableIpc.cs | 2 -- Questionable/External/TextAdvanceIpc.cs | 3 --- Questionable/Functions/AlliedSocietyQuestFunctions.cs | 1 - Questionable/Functions/GameFunctions.cs | 3 +-- Questionable/ServiceCollectionExtensions.cs | 3 +-- .../Validation/Validators/SinglePlayerInstanceValidator.cs | 1 - .../Windows/ConfigComponents/DebugConfigComponent.cs | 1 - Questionable/Windows/ConfigComponents/DutyConfigComponent.cs | 1 - .../Windows/ConfigComponents/GeneralConfigComponent.cs | 2 -- .../ConfigComponents/SinglePlayerDutyConfigComponent.cs | 2 -- Questionable/Windows/ConfigWindow.cs | 1 - Questionable/Windows/DebugOverlay.cs | 3 +-- .../Windows/JournalComponents/GatheringJournalComponent.cs | 1 - .../Windows/JournalComponents/QuestJournalComponent.cs | 1 - Questionable/Windows/JournalComponents/QuestJournalUtils.cs | 2 -- Questionable/Windows/PriorityWindow.cs | 1 - .../Windows/QuestComponents/ARealmRebornComponent.cs | 1 - Questionable/Windows/QuestComponents/ActiveQuestComponent.cs | 1 - .../Windows/QuestComponents/CreationUtilsComponent.cs | 5 ----- Questionable/Windows/QuestSelectionWindow.cs | 4 +--- Questionable/Windows/QuestValidationWindow.cs | 2 -- 47 files changed, 10 insertions(+), 80 deletions(-) diff --git a/Questionable/.editorconfig b/Questionable/.editorconfig index 1eba5c1b..06c844b1 100644 --- a/Questionable/.editorconfig +++ b/Questionable/.editorconfig @@ -1019,3 +1019,4 @@ csharp_style_unused_value_expression_statement_preference = discard_variable:sil resharper_arrange_trailing_comma_in_multiline_lists_highlighting = none resharper_redundant_if_else_block_highlighting = none resharper_convert_to_primary_constructor_highlighting = hint +resharper_redundant_using_directive_highlighting = warning diff --git a/Questionable/Configuration.cs b/Questionable/Configuration.cs index be772a55..fdfef8b5 100644 --- a/Questionable/Configuration.cs +++ b/Questionable/Configuration.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Dalamud.Configuration; using Dalamud.Game.Text; diff --git a/Questionable/Controller/CombatController.cs b/Questionable/Controller/CombatController.cs index e6090e2a..d892a27c 100644 --- a/Questionable/Controller/CombatController.cs +++ b/Questionable/Controller/CombatController.cs @@ -20,7 +20,6 @@ using Questionable.Controller.Utils; using Questionable.Functions; using Questionable.Model; using Questionable.Model.Questing; -using Questionable.Model.Questing.Converter; namespace Questionable.Controller; diff --git a/Questionable/Controller/CombatModules/ItemUseModule.cs b/Questionable/Controller/CombatModules/ItemUseModule.cs index 95dbea56..43d72964 100644 --- a/Questionable/Controller/CombatModules/ItemUseModule.cs +++ b/Questionable/Controller/CombatModules/ItemUseModule.cs @@ -9,7 +9,6 @@ using FFXIVClientStructs.FFXIV.Client.Game.Character; using FFXIVClientStructs.FFXIV.Client.UI.Agent; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; -using Questionable.Functions; using Questionable.Model.Questing; namespace Questionable.Controller.CombatModules; diff --git a/Questionable/Controller/CombatModules/Mount128Module.cs b/Questionable/Controller/CombatModules/Mount128Module.cs index 9f885963..cfccd24c 100644 --- a/Questionable/Controller/CombatModules/Mount128Module.cs +++ b/Questionable/Controller/CombatModules/Mount128Module.cs @@ -1,8 +1,5 @@ -using System; -using System.Numerics; -using Dalamud.Game.ClientState.Objects.Types; +using Dalamud.Game.ClientState.Objects.Types; using Questionable.Functions; -using Questionable.Model; using Questionable.Model.Questing; namespace Questionable.Controller.CombatModules; diff --git a/Questionable/Controller/CombatModules/Mount147Module.cs b/Questionable/Controller/CombatModules/Mount147Module.cs index 4d8202fc..57f39cd8 100644 --- a/Questionable/Controller/CombatModules/Mount147Module.cs +++ b/Questionable/Controller/CombatModules/Mount147Module.cs @@ -1,8 +1,5 @@ -using System; -using System.Numerics; -using Dalamud.Game.ClientState.Objects.Types; +using Dalamud.Game.ClientState.Objects.Types; using Questionable.Functions; -using Questionable.Model; using Questionable.Model.Questing; namespace Questionable.Controller.CombatModules; diff --git a/Questionable/Controller/CombatModules/RotationSolverRebornModule.cs b/Questionable/Controller/CombatModules/RotationSolverRebornModule.cs index 422ae7c9..73eb78a9 100644 --- a/Questionable/Controller/CombatModules/RotationSolverRebornModule.cs +++ b/Questionable/Controller/CombatModules/RotationSolverRebornModule.cs @@ -1,13 +1,10 @@ using System; -using System.Numerics; using Dalamud.Game.ClientState.Objects.Types; using Dalamud.Plugin; using Dalamud.Plugin.Ipc; using Dalamud.Plugin.Ipc.Exceptions; -using Dalamud.Plugin.Services; using JetBrains.Annotations; using Microsoft.Extensions.Logging; -using Questionable.Model; namespace Questionable.Controller.CombatModules; diff --git a/Questionable/Controller/GameUi/InteractionUiController.cs b/Questionable/Controller/GameUi/InteractionUiController.cs index ef939db3..a1ae9fb3 100644 --- a/Questionable/Controller/GameUi/InteractionUiController.cs +++ b/Questionable/Controller/GameUi/InteractionUiController.cs @@ -17,7 +17,6 @@ using LLib.GameData; using LLib.GameUI; using Lumina.Excel.Sheets; using Microsoft.Extensions.Logging; -using Questionable.Controller.Steps.Interactions; using Questionable.Data; using Questionable.External; using Questionable.Functions; diff --git a/Questionable/Controller/InterruptHandler.cs b/Questionable/Controller/InterruptHandler.cs index 49b24abc..7ac6d909 100644 --- a/Questionable/Controller/InterruptHandler.cs +++ b/Questionable/Controller/InterruptHandler.cs @@ -1,7 +1,5 @@ using System; -using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; -using Dalamud.Game; using Dalamud.Hooking; using Dalamud.Plugin.Services; using FFXIVClientStructs.FFXIV.Client.Game; diff --git a/Questionable/Controller/MovementController.cs b/Questionable/Controller/MovementController.cs index aa8deaa3..896fbf6d 100644 --- a/Questionable/Controller/MovementController.cs +++ b/Questionable/Controller/MovementController.cs @@ -23,7 +23,6 @@ using Questionable.Model; using Questionable.Model.Common; using Questionable.Model.Common.Converter; using Questionable.Model.Questing; -using Questionable.Model.Questing.Converter; namespace Questionable.Controller; diff --git a/Questionable/Controller/QuestController.cs b/Questionable/Controller/QuestController.cs index 61191bbb..f8815df1 100644 --- a/Questionable/Controller/QuestController.cs +++ b/Questionable/Controller/QuestController.cs @@ -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; diff --git a/Questionable/Controller/Steps/Common/NextQuest.cs b/Questionable/Controller/Steps/Common/NextQuest.cs index 7f8cff16..adbf5382 100644 --- a/Questionable/Controller/Steps/Common/NextQuest.cs +++ b/Questionable/Controller/Steps/Common/NextQuest.cs @@ -1,6 +1,4 @@ -using System.Linq; -using Microsoft.Extensions.Logging; -using Questionable.Data; +using Microsoft.Extensions.Logging; using Questionable.Functions; using Questionable.Model; using Questionable.Model.Questing; diff --git a/Questionable/Controller/Steps/Common/SendNotification.cs b/Questionable/Controller/Steps/Common/SendNotification.cs index dda03848..320d793d 100644 --- a/Questionable/Controller/Steps/Common/SendNotification.cs +++ b/Questionable/Controller/Steps/Common/SendNotification.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; -using Dalamud.Game.Text; +using Dalamud.Game.Text; using Dalamud.Game.Text.SeStringHandling; using Dalamud.Plugin.Services; using Questionable.Data; diff --git a/Questionable/Controller/Steps/Interactions/AetherCurrent.cs b/Questionable/Controller/Steps/Interactions/AetherCurrent.cs index 7c1f6338..3f751441 100644 --- a/Questionable/Controller/Steps/Interactions/AetherCurrent.cs +++ b/Questionable/Controller/Steps/Interactions/AetherCurrent.cs @@ -1,6 +1,5 @@ using System; using Dalamud.Plugin.Services; -using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Questionable.Data; using Questionable.Functions; diff --git a/Questionable/Controller/Steps/Interactions/AethernetShard.cs b/Questionable/Controller/Steps/Interactions/AethernetShard.cs index db2c5212..c7cbcfea 100644 --- a/Questionable/Controller/Steps/Interactions/AethernetShard.cs +++ b/Questionable/Controller/Steps/Interactions/AethernetShard.cs @@ -1,5 +1,4 @@ using System; -using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Questionable.Functions; using Questionable.Model; diff --git a/Questionable/Controller/Steps/Interactions/Dive.cs b/Questionable/Controller/Steps/Interactions/Dive.cs index eea9cd87..58db178d 100644 --- a/Questionable/Controller/Steps/Interactions/Dive.cs +++ b/Questionable/Controller/Steps/Interactions/Dive.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.InteropServices; using Dalamud.Game.ClientState.Conditions; @@ -8,7 +7,6 @@ using Dalamud.Plugin.Services; using FFXIVClientStructs.FFXIV.Client.Graphics.Kernel; using FFXIVClientStructs.FFXIV.Client.System.String; using FFXIVClientStructs.FFXIV.Client.UI; -using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Questionable.Controller.Steps.Common; using Questionable.Model; diff --git a/Questionable/Controller/Steps/Interactions/EquipRecommended.cs b/Questionable/Controller/Steps/Interactions/EquipRecommended.cs index a71cc3b0..4fd25bb2 100644 --- a/Questionable/Controller/Steps/Interactions/EquipRecommended.cs +++ b/Questionable/Controller/Steps/Interactions/EquipRecommended.cs @@ -3,7 +3,6 @@ using Dalamud.Game.ClientState.Conditions; using Dalamud.Plugin.Services; using FFXIVClientStructs.FFXIV.Client.Game; using FFXIVClientStructs.FFXIV.Client.UI.Misc; -using Microsoft.Extensions.DependencyInjection; using Questionable.Model; using Questionable.Model.Questing; diff --git a/Questionable/Controller/Steps/Interactions/Jump.cs b/Questionable/Controller/Steps/Interactions/Jump.cs index 3238405c..229c4454 100644 --- a/Questionable/Controller/Steps/Interactions/Jump.cs +++ b/Questionable/Controller/Steps/Interactions/Jump.cs @@ -2,9 +2,7 @@ using Dalamud.Game.ClientState.Conditions; using Dalamud.Plugin.Services; using FFXIVClientStructs.FFXIV.Client.Game; -using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; -using Questionable.Controller.Steps.Common; using Questionable.Model; using Questionable.Model.Questing; diff --git a/Questionable/Controller/Steps/Interactions/Say.cs b/Questionable/Controller/Steps/Interactions/Say.cs index ffb56215..9cf5253c 100644 --- a/Questionable/Controller/Steps/Interactions/Say.cs +++ b/Questionable/Controller/Steps/Interactions/Say.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using Microsoft.Extensions.DependencyInjection; using Questionable.Controller.Steps.Common; using Questionable.Functions; using Questionable.Model; diff --git a/Questionable/Controller/Steps/Interactions/SinglePlayerDuty.cs b/Questionable/Controller/Steps/Interactions/SinglePlayerDuty.cs index c356c287..204f0940 100644 --- a/Questionable/Controller/Steps/Interactions/SinglePlayerDuty.cs +++ b/Questionable/Controller/Steps/Interactions/SinglePlayerDuty.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Numerics; diff --git a/Questionable/Controller/Steps/QuestCleanUp.cs b/Questionable/Controller/Steps/QuestCleanUp.cs index 770e5c8b..84f32678 100644 --- a/Questionable/Controller/Steps/QuestCleanUp.cs +++ b/Questionable/Controller/Steps/QuestCleanUp.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; using Dalamud.Plugin.Services; using FFXIVClientStructs.FFXIV.Component.GUI; using LLib.GameUI; @@ -9,7 +8,6 @@ using Questionable.Controller.Steps.Shared; using Questionable.Data; using Questionable.Functions; using Questionable.Model; -using Questionable.Model.Common; using Questionable.Model.Questing; namespace Questionable.Controller.Steps; diff --git a/Questionable/Controller/Steps/Shared/AetheryteShortcut.cs b/Questionable/Controller/Steps/Shared/AetheryteShortcut.cs index 37561b33..0cd0a069 100644 --- a/Questionable/Controller/Steps/Shared/AetheryteShortcut.cs +++ b/Questionable/Controller/Steps/Shared/AetheryteShortcut.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.IO; using System.Linq; using System.Numerics; using Dalamud.Game.ClientState.Conditions; diff --git a/Questionable/Controller/Steps/Shared/ExtraConditionUtils.cs b/Questionable/Controller/Steps/Shared/ExtraConditionUtils.cs index 2f9e039c..50246d41 100644 --- a/Questionable/Controller/Steps/Shared/ExtraConditionUtils.cs +++ b/Questionable/Controller/Steps/Shared/ExtraConditionUtils.cs @@ -1,9 +1,6 @@ using System; using System.Numerics; using Dalamud.Plugin.Services; -using FFXIVClientStructs.FFXIV.Client.Game; -using FFXIVClientStructs.FFXIV.Client.Game.UI; -using Microsoft.Extensions.Logging; using Questionable.Model.Questing; namespace Questionable.Controller.Steps.Shared; diff --git a/Questionable/Controller/Steps/TaskExecutor.cs b/Questionable/Controller/Steps/TaskExecutor.cs index 0d0f2a57..2acc3516 100644 --- a/Questionable/Controller/Steps/TaskExecutor.cs +++ b/Questionable/Controller/Steps/TaskExecutor.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using Questionable.Model; namespace Questionable.Controller.Steps; diff --git a/Questionable/Data/GatheringData.cs b/Questionable/Data/GatheringData.cs index 105911d5..f44a9430 100644 --- a/Questionable/Data/GatheringData.cs +++ b/Questionable/Data/GatheringData.cs @@ -2,7 +2,6 @@ using System.Diagnostics.CodeAnalysis; using System.Linq; using Dalamud.Plugin.Services; -using LLib.GameData; using Lumina.Excel.Sheets; using Questionable.Model.Gathering; diff --git a/Questionable/Data/JournalData.cs b/Questionable/Data/JournalData.cs index 80f7560b..6b442438 100644 --- a/Questionable/Data/JournalData.cs +++ b/Questionable/Data/JournalData.cs @@ -1,7 +1,6 @@ using System.Collections.Generic; using System.Linq; using Dalamud.Plugin.Services; -using FFXIVClientStructs.FFXIV.Client.Game.Fate; using Lumina.Excel.Sheets; using Questionable.Model; using Questionable.Model.Questing; diff --git a/Questionable/External/QuestionableIpc.cs b/Questionable/External/QuestionableIpc.cs index b59ae3fa..0d32c89d 100644 --- a/Questionable/External/QuestionableIpc.cs +++ b/Questionable/External/QuestionableIpc.cs @@ -2,13 +2,11 @@ using System.Collections.Generic; using System.Linq; using System.Numerics; -using Dalamud.Game.ClientState.Objects; using Dalamud.Plugin; using Dalamud.Plugin.Ipc; using JetBrains.Annotations; using Questionable.Controller; using Questionable.Functions; -using Questionable.Model; using Questionable.Model.Questing; using Questionable.Windows; using Questionable.Windows.QuestComponents; diff --git a/Questionable/External/TextAdvanceIpc.cs b/Questionable/External/TextAdvanceIpc.cs index f840cc18..b7f2d144 100644 --- a/Questionable/External/TextAdvanceIpc.cs +++ b/Questionable/External/TextAdvanceIpc.cs @@ -1,10 +1,7 @@ using Dalamud.Plugin; using Dalamud.Plugin.Ipc; using Dalamud.Plugin.Services; -using FFXIVClientStructs.FFXIV.Client.Game; using Questionable.Controller; -using Questionable.Data; -using Questionable.Model.Common; using System; using System.Diagnostics.CodeAnalysis; diff --git a/Questionable/Functions/AlliedSocietyQuestFunctions.cs b/Questionable/Functions/AlliedSocietyQuestFunctions.cs index 6960da51..3588b9b4 100644 --- a/Questionable/Functions/AlliedSocietyQuestFunctions.cs +++ b/Questionable/Functions/AlliedSocietyQuestFunctions.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Runtime.InteropServices; using FFXIVClientStructs.FFXIV.Client.Game; using Microsoft.Extensions.Logging; using Questionable.Data; diff --git a/Questionable/Functions/GameFunctions.cs b/Questionable/Functions/GameFunctions.cs index e9b4ac7d..c5023215 100644 --- a/Questionable/Functions/GameFunctions.cs +++ b/Questionable/Functions/GameFunctions.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Numerics; diff --git a/Questionable/ServiceCollectionExtensions.cs b/Questionable/ServiceCollectionExtensions.cs index 2b17a831..7b4b6298 100644 --- a/Questionable/ServiceCollectionExtensions.cs +++ b/Questionable/ServiceCollectionExtensions.cs @@ -1,5 +1,4 @@ -using Dalamud.Plugin.Services; -using JetBrains.Annotations; +using JetBrains.Annotations; using Microsoft.Extensions.DependencyInjection; using Questionable.Controller.Steps; diff --git a/Questionable/Validation/Validators/SinglePlayerInstanceValidator.cs b/Questionable/Validation/Validators/SinglePlayerInstanceValidator.cs index 60a838f5..93066297 100644 --- a/Questionable/Validation/Validators/SinglePlayerInstanceValidator.cs +++ b/Questionable/Validation/Validators/SinglePlayerInstanceValidator.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using Questionable.Data; diff --git a/Questionable/Windows/ConfigComponents/DebugConfigComponent.cs b/Questionable/Windows/ConfigComponents/DebugConfigComponent.cs index 41ded003..6a6ddf2e 100644 --- a/Questionable/Windows/ConfigComponents/DebugConfigComponent.cs +++ b/Questionable/Windows/ConfigComponents/DebugConfigComponent.cs @@ -1,6 +1,5 @@ using Dalamud.Interface.Colors; using Dalamud.Interface.Components; -using Dalamud.Interface.Utility; using Dalamud.Interface.Utility.Raii; using Dalamud.Plugin; using ImGuiNET; diff --git a/Questionable/Windows/ConfigComponents/DutyConfigComponent.cs b/Questionable/Windows/ConfigComponents/DutyConfigComponent.cs index 35f79cff..31e077f5 100644 --- a/Questionable/Windows/ConfigComponents/DutyConfigComponent.cs +++ b/Questionable/Windows/ConfigComponents/DutyConfigComponent.cs @@ -4,7 +4,6 @@ using System.Globalization; using System.Linq; using System.Numerics; using System.Text; -using Dalamud.Game.Text; using Dalamud.Interface; using Dalamud.Interface.Colors; using Dalamud.Interface.Components; diff --git a/Questionable/Windows/ConfigComponents/GeneralConfigComponent.cs b/Questionable/Windows/ConfigComponents/GeneralConfigComponent.cs index 243a4172..c63798ee 100644 --- a/Questionable/Windows/ConfigComponents/GeneralConfigComponent.cs +++ b/Questionable/Windows/ConfigComponents/GeneralConfigComponent.cs @@ -1,14 +1,12 @@ using System; using System.Collections.Generic; using System.Linq; -using Dalamud.Interface.Colors; using Dalamud.Interface.Utility.Raii; using Dalamud.Plugin; using Dalamud.Plugin.Services; using ImGuiNET; using LLib.GameData; using Lumina.Excel.Sheets; -using Questionable.Controller; using Questionable.Data; using GrandCompany = FFXIVClientStructs.FFXIV.Client.UI.Agent.GrandCompany; diff --git a/Questionable/Windows/ConfigComponents/SinglePlayerDutyConfigComponent.cs b/Questionable/Windows/ConfigComponents/SinglePlayerDutyConfigComponent.cs index ff756a28..369e2545 100644 --- a/Questionable/Windows/ConfigComponents/SinglePlayerDutyConfigComponent.cs +++ b/Questionable/Windows/ConfigComponents/SinglePlayerDutyConfigComponent.cs @@ -4,7 +4,6 @@ using System.Collections.Immutable; using System.Collections.ObjectModel; using System.Linq; using System.Numerics; -using Dalamud.Game.Text; using Dalamud.Interface; using Dalamud.Interface.Colors; using Dalamud.Interface.Components; @@ -16,7 +15,6 @@ using LLib.GameData; using Lumina.Excel.Sheets; using Microsoft.Extensions.Logging; using Questionable.Controller; -using Questionable.Controller.Steps.Interactions; using Questionable.Data; using Questionable.Model; using Questionable.Model.Common; diff --git a/Questionable/Windows/ConfigWindow.cs b/Questionable/Windows/ConfigWindow.cs index 352e18ce..0f32f74a 100644 --- a/Questionable/Windows/ConfigWindow.cs +++ b/Questionable/Windows/ConfigWindow.cs @@ -2,7 +2,6 @@ using Dalamud.Plugin; using ImGuiNET; using LLib.ImGui; -using Questionable.Controller.Steps.Interactions; using Questionable.Windows.ConfigComponents; namespace Questionable.Windows; diff --git a/Questionable/Windows/DebugOverlay.cs b/Questionable/Windows/DebugOverlay.cs index 0d69588c..6842d2b6 100644 --- a/Questionable/Windows/DebugOverlay.cs +++ b/Questionable/Windows/DebugOverlay.cs @@ -1,5 +1,4 @@ -using System.Diagnostics; -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Numerics; diff --git a/Questionable/Windows/JournalComponents/GatheringJournalComponent.cs b/Questionable/Windows/JournalComponents/GatheringJournalComponent.cs index b14d065c..1104d9e8 100644 --- a/Questionable/Windows/JournalComponents/GatheringJournalComponent.cs +++ b/Questionable/Windows/JournalComponents/GatheringJournalComponent.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Collections.Immutable; using System.Globalization; using System.Linq; using Dalamud.Interface; diff --git a/Questionable/Windows/JournalComponents/QuestJournalComponent.cs b/Questionable/Windows/JournalComponents/QuestJournalComponent.cs index 0e45b5e8..de5d3e2d 100644 --- a/Questionable/Windows/JournalComponents/QuestJournalComponent.cs +++ b/Questionable/Windows/JournalComponents/QuestJournalComponent.cs @@ -2,7 +2,6 @@ using Dalamud.Interface.Colors; using Dalamud.Interface.Utility.Raii; using Dalamud.Plugin; -using Dalamud.Plugin.Services; using ImGuiNET; using Questionable.Controller; using Questionable.Data; diff --git a/Questionable/Windows/JournalComponents/QuestJournalUtils.cs b/Questionable/Windows/JournalComponents/QuestJournalUtils.cs index bb921e50..613a9442 100644 --- a/Questionable/Windows/JournalComponents/QuestJournalUtils.cs +++ b/Questionable/Windows/JournalComponents/QuestJournalUtils.cs @@ -6,8 +6,6 @@ using Questionable.Controller; using Questionable.Functions; using Questionable.Model; using Questionable.Model.Questing; -using System; -using Dalamud.Interface.Colors; namespace Questionable.Windows.JournalComponents; diff --git a/Questionable/Windows/PriorityWindow.cs b/Questionable/Windows/PriorityWindow.cs index 72386e06..e80b2a7c 100644 --- a/Questionable/Windows/PriorityWindow.cs +++ b/Questionable/Windows/PriorityWindow.cs @@ -1,5 +1,4 @@ using System; -using System.Buffers.Text; using System.Collections.Generic; using System.Linq; using System.Numerics; diff --git a/Questionable/Windows/QuestComponents/ARealmRebornComponent.cs b/Questionable/Windows/QuestComponents/ARealmRebornComponent.cs index 9bd1f412..e4f8b8b2 100644 --- a/Questionable/Windows/QuestComponents/ARealmRebornComponent.cs +++ b/Questionable/Windows/QuestComponents/ARealmRebornComponent.cs @@ -1,7 +1,6 @@ using System.Linq; using Dalamud.Interface; using Dalamud.Interface.Colors; -using Dalamud.Interface.Style; using Dalamud.Interface.Utility.Raii; using FFXIVClientStructs.FFXIV.Client.Game.UI; using FFXIVClientStructs.FFXIV.Common.Math; diff --git a/Questionable/Windows/QuestComponents/ActiveQuestComponent.cs b/Questionable/Windows/QuestComponents/ActiveQuestComponent.cs index 17580b58..e88177ef 100644 --- a/Questionable/Windows/QuestComponents/ActiveQuestComponent.cs +++ b/Questionable/Windows/QuestComponents/ActiveQuestComponent.cs @@ -8,7 +8,6 @@ using Dalamud.Interface; using Dalamud.Interface.Colors; using Dalamud.Interface.Components; using Dalamud.Interface.Utility.Raii; -using Dalamud.Plugin; using Dalamud.Plugin.Services; using ImGuiNET; using Questionable.Controller; diff --git a/Questionable/Windows/QuestComponents/CreationUtilsComponent.cs b/Questionable/Windows/QuestComponents/CreationUtilsComponent.cs index 4bb68c12..74174812 100644 --- a/Questionable/Windows/QuestComponents/CreationUtilsComponent.cs +++ b/Questionable/Windows/QuestComponents/CreationUtilsComponent.cs @@ -10,12 +10,8 @@ using Dalamud.Interface; using Dalamud.Interface.Colors; using Dalamud.Interface.Components; using Dalamud.Plugin.Services; -using FFXIVClientStructs.FFXIV.Client.Game; -using FFXIVClientStructs.FFXIV.Client.Game.Character; using FFXIVClientStructs.FFXIV.Client.Game.Control; -using FFXIVClientStructs.FFXIV.Client.Game.Event; using FFXIVClientStructs.FFXIV.Client.Game.Object; -using FFXIVClientStructs.FFXIV.Client.Game.UI; using ImGuiNET; using Microsoft.Extensions.Logging; using Questionable.Controller; @@ -23,7 +19,6 @@ using Questionable.Data; using Questionable.Functions; using Questionable.Model; using Questionable.Model.Common; -using Questionable.Model.Questing; using ObjectKind = Dalamud.Game.ClientState.Objects.Enums.ObjectKind; namespace Questionable.Windows.QuestComponents; diff --git a/Questionable/Windows/QuestSelectionWindow.cs b/Questionable/Windows/QuestSelectionWindow.cs index 78218562..59aceb9a 100644 --- a/Questionable/Windows/QuestSelectionWindow.cs +++ b/Questionable/Windows/QuestSelectionWindow.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Globalization; +using System.Collections.Generic; using System.Linq; using System.Numerics; using Dalamud.Game.ClientState.Objects.Types; diff --git a/Questionable/Windows/QuestValidationWindow.cs b/Questionable/Windows/QuestValidationWindow.cs index e8a29f51..c92fb45e 100644 --- a/Questionable/Windows/QuestValidationWindow.cs +++ b/Questionable/Windows/QuestValidationWindow.cs @@ -1,14 +1,12 @@ using System.Globalization; using Dalamud.Interface; using Dalamud.Interface.Colors; -using Dalamud.Interface.Components; using Dalamud.Interface.Utility.Raii; using Dalamud.Plugin; using FFXIVClientStructs.FFXIV.Common.Math; using ImGuiNET; using LLib.ImGui; using Questionable.Data; -using Questionable.Model; using Questionable.Validation; namespace Questionable.Windows; -- 2.30.2