From 30f84054148d1c40e9ea4c070fb4052af3b441de Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Wed, 11 Mar 2026 00:12:55 +0100 Subject: [PATCH] Unnecessary variable removal --- DarwinsParadox/dllmain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/DarwinsParadox/dllmain.cpp b/DarwinsParadox/dllmain.cpp index 8ad1aee..6c72eda 100644 --- a/DarwinsParadox/dllmain.cpp +++ b/DarwinsParadox/dllmain.cpp @@ -22,7 +22,6 @@ static SetFixesFn SetFixes = nullptr; static SetFloatFn SetValues = nullptr; void SetFixesEnabled(GameFixes fix, bool value) { if (SetFixes) SetFixes(fix, value); } -//static SetIntFn SetFOV = nullptr; static GetGameInfosStruct GetGameInfos = nullptr; // Plugin variables for checkboxes and sliders