common: Move global configuration state modifiers back to settings

This commit is contained in:
lat9nq
2023-07-18 15:49:36 -04:00
parent fc4d2cbf34
commit 5c0cf58f73
5 changed files with 14 additions and 13 deletions
-3
View File
@@ -60,9 +60,6 @@ enum Specialization : u8 {
Percentage = (1 << SpecializationAttributeOffset),
};
bool IsConfiguringGlobal();
void SetConfiguringGlobal(bool is_global);
class BasicSetting;
class Linkage {