From 148c9cd2ec55ab1908de4e11c6e12e2b8b678da0 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Wed, 29 Oct 2025 19:22:11 +0100 Subject: [PATCH] Unnecessary var removal --- TormentedSouls2/dllmain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/TormentedSouls2/dllmain.cpp b/TormentedSouls2/dllmain.cpp index 75ed799..bfdc952 100644 --- a/TormentedSouls2/dllmain.cpp +++ b/TormentedSouls2/dllmain.cpp @@ -23,7 +23,6 @@ static bool g_fix_enabled = false; static bool g_fov_fix_enabled = false; static bool g_ultrawide_fix_enabled = false; static bool g_FPS_fix_enabled = false; -static bool g_Camera_fix_enabled = false; static bool g_DOF_fix_enabled = false; static bool g_CA_fix_enabled = false; static bool g_Vignetting_fix_enabled = false;