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:
authorYuri Gorshenin <y@maps.me>2015-07-23 20:10:08 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:29 +0300
commit67bac9dd063c6192fa720047f39fed6b896a43c6 (patch)
treed24b13ee53e00686c6542d42891f4048ce82f5d1 /platform/platform.hpp
parentfee868eb36e2573a7665e36c4acd783ebc8d5803 (diff)
[platform] Fixed World/WorldCoasts lookup on non-Android platforms.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 283614aa61..cf249ef4c2 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -120,9 +120,6 @@ public:
/// @return full path to file in the settings directory
string SettingsPathForFile(string const & file) const { return SettingsDir() + file; }
- ModelReader * GetCountryReader(platform::LocalCountryFile const & file,
- TMapOptions options) const;
-
/// @return reader for file decriptor.
/// @throws FileAbsentException
/// @param[in] file name or full path which we want to read, don't forget to free memory or wrap it to ReaderPtr