diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-13 19:37:41 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 10:56:54 -0400 |
commit | b4f2ad3ff5c49549bc72997360c31d0662a97439 (patch) | |
tree | 71a6cfc62fd2aca84c10832ea0485ebaf4b12c47 /src/common/settings.h | |
parent | 3b0650b70d8196b30102e73305066e0dba9da8fe (diff) |
settings: Move IsConfiguringGlobal to settings_common
Diffstat (limited to 'src/common/settings.h')
-rw-r--r-- | src/common/settings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index e03233eaf..afda3ccaf 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -450,9 +450,6 @@ struct Values { extern Values values; -bool IsConfiguringGlobal(); -void SetConfiguringGlobal(bool is_global); - bool IsGPULevelExtreme(); bool IsGPULevelHigh(); |