Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'storage/country_tree.hpp')
-rw-r--r--storage/country_tree.hpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/storage/country_tree.hpp b/storage/country_tree.hpp
index 5a1c879ea6..3188f61ef2 100644
--- a/storage/country_tree.hpp
+++ b/storage/country_tree.hpp
@@ -119,14 +119,12 @@ private:
int64_t LoadCountriesFromBuffer(std::string const & buffer, CountryTree & countries,
Affiliations & affiliations,
CountryNameSynonyms & countryNameSynonyms,
- MwmTopCityGeoIds & mwmTopCityGeoIds,
- OldMwmMapping * mapping = nullptr);
+ MwmTopCityGeoIds & mwmTopCityGeoIds);
int64_t LoadCountriesFromFile(std::string const & path, CountryTree & countries,
Affiliations & affiliations,
CountryNameSynonyms & countryNameSynonyms,
- MwmTopCityGeoIds & mwmTopCityGeoIds,
- OldMwmMapping * mapping = nullptr);
+ MwmTopCityGeoIds & mwmTopCityGeoIds);
void LoadCountryFile2CountryInfo(std::string const & jsonBuffer,
- std::map<std::string, CountryInfo> & id2info, bool & isSingleMwm);
+ std::map<std::string, CountryInfo> & id2info);
} // namespace storage