Removed hacks for maps downloading ULRs.

This commit is contained in:
Yuri Gorshenin 2016-03-18 17:24:25 +03:00 committed by Sergey Yershov
parent 09acbdc2fb
commit 9a5642444e

View file

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