summaryrefslogtreecommitdiff
path: root/src/common/settings_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings_common.cpp')
-rw-r--r--src/common/settings_common.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/common/settings_common.cpp b/src/common/settings_common.cpp
index 8b666f8b2..1439fb451 100644
--- a/src/common/settings_common.cpp
+++ b/src/common/settings_common.cpp
@@ -52,14 +52,4 @@ const std::string& BasicSetting::GetLabel() const {
52 return label; 52 return label;
53} 53}
54 54
55static bool configuring_global = true;
56
57bool IsConfiguringGlobal() {
58 return configuring_global;
59}
60
61void SetConfiguringGlobal(bool is_global) {
62 configuring_global = is_global;
63}
64
65} // namespace Settings 55} // namespace Settings