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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-07-23 16:19:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:25 +0300
commit51eb668201b278223ac053e94673518bd3a84ca7 (patch)
treeeb996f8e47b9b283a0663ad007bf8232a4429e3d /defines.hpp
parent0115223450cafdb054e6a62ecc65521e3a91baa8 (diff)
Added public API to set/get current router
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/defines.hpp b/defines.hpp
index 9058753286..a27eedcbab 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -27,10 +27,6 @@
#define ROUTING_FTSEG_FILE_TAG "ftseg"
#define ROUTING_NODEIND_TO_FTSEGIND_FILE_TAG "node2ftseg"
-// Secret word to unlock experimental features in production builds.
-#define ROUTING_SECRET_UNLOCKING_WORD "?pedestrian"
-#define ROUTING_SECRET_LOCKING_WORD "?vehicle"
-
// Switch to a development osrm server for online checking of the absent contries.
#ifdef DEV_OSRM_SERVER
#define OSRM_ONLINE_SERVER_URL "http://osrm.online.dev.server"