From 67bac9dd063c6192fa720047f39fed6b896a43c6 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Thu, 23 Jul 2015 20:10:08 +0300 Subject: [platform] Fixed World/WorldCoasts lookup on non-Android platforms. --- platform/platform.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'platform/platform.hpp') 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 -- cgit v1.2.3