diff --git a/Dalamud/Hooking/Internal/HookManager.cs b/Dalamud/Hooking/Internal/HookManager.cs index 206e0e34a..fde7ba3ba 100644 --- a/Dalamud/Hooking/Internal/HookManager.cs +++ b/Dalamud/Hooking/Internal/HookManager.cs @@ -17,8 +17,6 @@ namespace Dalamud.Hooking.Internal internal class HookManager : IDisposable { private static readonly ModuleLog Log = new("HM"); - private static bool checkLinuxOnce = true; - private static bool isRunningLinux = false; /// /// Initializes a new instance of the class.