[core] Remove speed camera for France

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-12-05 19:15:30 +01:00
parent c88f59eb75
commit 10e2af2e31

View File

@@ -16,12 +16,11 @@ CountrySetT kSpeedCamerasProhibitedCountries = {
"Switzerland",
"Turkey",
"Bosnia and Herzegovina",
"France",
};
// List of country names where an end user should be warned about speed cameras.
CountrySetT kSpeedCamerasPartlyProhibitedCountries = {
"France",
};
CountrySetT kSpeedCamerasPartlyProhibitedCountries = {};
bool IsMwmContained(platform::CountryFile const & mwm, CountrySetT const & countryList)
{