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>2016-03-18 17:24:25 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:57:03 +0300
commit9a5642444e7dc154162d183b6af14b3b8e5743d2 (patch)
tree928795ea844e12298d9ef350b44ea7fa397b4a13 /platform
parent09acbdc2fbb8153f98984508e25f5d962f70d272 (diff)
Removed hacks for maps downloading ULRs.
Diffstat (limited to 'platform')
-rw-r--r--platform/platform.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/platform.cpp b/platform/platform.cpp
index ce7353e525..1a7e9dd9c8 100644
--- a/platform/platform.cpp
+++ b/platform/platform.cpp
@@ -25,13 +25,6 @@ bool IsSpecialDirName(string const & dirName)
}
} // namespace
-// TODO (@y, @m, @vng): DO NOT FORGET TO REMOVE THESE RE-DEFINES
-// BEFORE MERGE TO MASTER. THESE CHANGES ARE FOR TESTING PURPOSES
-// ONLY.
-#define METASERVER_URL ""
-#define RESOURCES_METASERVER_URL ""
-#define DEFAULT_URLS_JSON "[\"http://new-search.mapswithme.com/\"]"
-
// static
Platform::EError Platform::ErrnoToError()
{