remove commented out unused variables

This commit is contained in:
AdenKoperczak 2024-09-20 13:27:27 -04:00
parent 46e0adee15
commit 02bf673105
10 changed files with 0 additions and 21 deletions

View file

@ -29,8 +29,6 @@ static const std::string kRadarProductGroupName_ {"radar_product_group"};
static const std::string kRadarProductName_ {"radar_product"};
static const std::string kDefaultMapStyle_ {"?"};
//static constexpr common::RadarProductGroup kDefaultRadarProductGroup_ =
// common::RadarProductGroup::Level3;
static const std::string kDefaultRadarProductGroupString_ = "L3";
static const std::array<std::string, kCount_> kDefaultRadarProduct_ {
"N0B", "N0G", "N0C", "N0X"};