common: Move global configuration state modifiers back to settings
This commit is contained in:
parent
b02e7eea78
commit
3211623192
5 changed files with 14 additions and 13 deletions
|
@ -60,9 +60,6 @@ enum Specialization : u8 {
|
|||
Percentage = (1 << SpecializationAttributeOffset),
|
||||
};
|
||||
|
||||
bool IsConfiguringGlobal();
|
||||
void SetConfiguringGlobal(bool is_global);
|
||||
|
||||
class BasicSetting;
|
||||
|
||||
class Linkage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue