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 '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