Skip to content

Commit

Permalink
mfw
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Aug 23, 2024
1 parent 9e33824 commit d50539d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Automaton/Features/AutoAdjustRetainerListings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Dalamud.Game.Text.SeStringHandling;
using Dalamud.Game.Text.SeStringHandling.Payloads;
using Dalamud.Interface;
using ECommons;
using ECommons.Automation;
using FFXIVClientStructs.FFXIV.Client.Game;
Expand All @@ -9,7 +8,6 @@
using FFXIVClientStructs.FFXIV.Client.UI.Agent;
using FFXIVClientStructs.FFXIV.Component.GUI;
using ImGuiNET;
using Lumina.Excel.GeneratedSheets;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;

Expand Down
2 changes: 0 additions & 2 deletions Automaton/Features/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
using FFXIVClientStructs.FFXIV.Component.GUI;
using FFXIVClientStructs.Interop;
using Lumina.Excel.GeneratedSheets;
using System.Runtime.InteropServices;
using static FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentPurify;
using GC = ECommons.ExcelServices.GrandCompany;
using ValueType = FFXIVClientStructs.FFXIV.Component.GUI.ValueType;

Expand Down
1 change: 0 additions & 1 deletion Automaton/Features/EnhancedDutyStartEnd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using ECommons;
using ECommons.ImGuiMethods;
using ImGuiNET;
using System.Runtime.InteropServices;

namespace Automaton.Features;

Expand Down
1 change: 0 additions & 1 deletion Automaton/Features/EnhancedTargeting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using ECommons.GameFunctions;
using ECommons.Interop;
using FFXIVClientStructs.FFXIV.Client.Game.Object;
using System.Runtime.InteropServices;

namespace Automaton.Features;

Expand Down
1 change: 0 additions & 1 deletion Automaton/Features/HuntRelayHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using System.Data;
using System.Text;
using System.Text.RegularExpressions;
using static Automaton.Utilities.Enums;
using static Dalamud.Game.Text.XivChatType;

namespace Automaton.Features;
Expand Down
1 change: 0 additions & 1 deletion Automaton/FeaturesSetup/Tweak.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Automaton.IPC;
using Dalamud.Game.Text;
using Dalamud.Game.Text.SeStringHandling;
using Dalamud.Hooking;
Expand Down
3 changes: 0 additions & 3 deletions Automaton/UI/DebugWindow.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using Dalamud.Interface.Windowing;
using Dalamud.Utility;
using FFXIVClientStructs.FFXIV.Client.Game;
using FFXIVClientStructs.FFXIV.Client.Game.UI;
using FFXIVClientStructs.FFXIV.Client.UI.Agent;
using ImGuiNET;

namespace Automaton.UI;
Expand Down
1 change: 0 additions & 1 deletion Automaton/UI/FateTrackerUI.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Automaton.Features;
using Automaton.IPC;
using Dalamud.Interface;
using Dalamud.Interface.Components;
using Dalamud.Interface.Utility.Raii;
Expand Down

0 comments on commit d50539d

Please sign in to comment.