settings: Move IsConfiguringGlobal to settings_common

This commit is contained in:
lat9nq 2023-06-13 19:37:41 -04:00
parent 4ca87e712d
commit 8d4c466cde
4 changed files with 13 additions and 12 deletions

View file

@ -450,9 +450,6 @@ struct Values {
extern Values values;
bool IsConfiguringGlobal();
void SetConfiguringGlobal(bool is_global);
bool IsGPULevelExtreme();
bool IsGPULevelHigh();