From a83b39f60bcd5a33ae430a11eacc1f4592e73d92 Mon Sep 17 00:00:00 2001 From: goaaats <16760685+goaaats@users.noreply.github.com> Date: Fri, 29 Oct 2021 21:36:44 +0200 Subject: [PATCH] refactor: remove unused linux stuff --- Dalamud/Hooking/Internal/HookManager.cs | 2 -- 1 file changed, 2 deletions(-) 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.