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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-03-06 15:16:43 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:24 +0300
commit21d8c2650fcedb1e0babbb8fb6cbd8c2edc09082 (patch)
tree60021afc4e63c2480c78f26e806ad700562e288d /platform/platform_win.cpp
parentc30ae8eab34ab5de5e7684400f5e9032fa8f3736 (diff)
Mkdir platfom method
Diffstat (limited to 'platform/platform_win.cpp')
-rw-r--r--platform/platform_win.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/platform_win.cpp b/platform/platform_win.cpp
index ddddc4ebfa..271a5f1a07 100644
--- a/platform/platform_win.cpp
+++ b/platform/platform_win.cpp
@@ -4,7 +4,6 @@
#include "../base/logging.hpp"
#include "../coding/file_writer.hpp"
-#include "../coding/file_name_utils.hpp"
#include "../std/windows.hpp"
#include "../std/bind.hpp"
@@ -87,12 +86,6 @@ Platform::Platform()
LOG(LDEBUG, ("Settings Directory:", m_settingsDir));
}
-string Platform::WritablePathForFileIndexes(string const & country_name) const
-{
- string dir = WritableDir() + country_name + my::GetNativeSeparator();
- return dir;
-}
-
bool Platform::IsFileExistsByFullPath(string const & filePath)
{
return ::GetFileAttributesA(filePath.c_str()) != INVALID_FILE_ATTRIBUTES;