Unnecessary variable removal

This commit is contained in:
2026-03-11 00:12:55 +01:00
parent b1860a29b8
commit 30f8405414

View File

@@ -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