aboutsummaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-10-01 18:41:41 -0700
committerGitHub <noreply@github.com>2021-10-01 18:41:41 -0700
commit3a33519598063175fb7c16c67e32784ed97d5017 (patch)
treea055bc9022da01a96ed2f15cd45853793fb82df2 /src/common/settings.h
parent36d45b4a7fc3a459b5da2a490a3f351145b6e660 (diff)
parent839547dc90b360a30e2c838220b10d22f736dbd9 (diff)
Merge pull request #7102 from Morph1984/remove-boxcat
Remove Boxcat BCAT backend
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index c53d5acc3..402339443 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -568,8 +568,6 @@ struct Values {
BasicSetting<bool> use_dev_keys{false, "use_dev_keys"};
// Network
- BasicSetting<std::string> bcat_backend{"none", "bcat_backend"};
- BasicSetting<bool> bcat_boxcat_local{false, "bcat_boxcat_local"};
BasicSetting<std::string> network_interface{std::string(), "network_interface"};
// WebService