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() {