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