From 9a5642444e7dc154162d183b6af14b3b8e5743d2 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Fri, 18 Mar 2016 17:24:25 +0300 Subject: [PATCH] Removed hacks for maps downloading ULRs. --- platform/platform.cpp | 7 ------- 1 file changed, 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() {