Unnecessary variable removal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user