From 8af9f3216eb270e8e5faffabd2ee6501d3dc89d7 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Tue, 28 Sep 2021 21:50:54 -0400 Subject: settings: Remove BCAT settings --- src/common/settings.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/settings.h') 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 use_dev_keys{false, "use_dev_keys"}; // Network - BasicSetting bcat_backend{"none", "bcat_backend"}; - BasicSetting bcat_boxcat_local{false, "bcat_boxcat_local"}; BasicSetting network_interface{std::string(), "network_interface"}; // WebService -- cgit v1.2.3