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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-07-17 15:41:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:28 +0300
commit055e154c3ea89eaafafb3f0791ab1be4eea73cea (patch)
tree27ccb5505b644f3a7284a8e276a86de4c22f29cc /defines.hpp
parent2ca3e73f4a20804b0750ce8df7af415d46a2de7c (diff)
Remove index extensions from defines.
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 35b7223f8f..7eded22a62 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -26,10 +26,6 @@
#define ROUTING_FTSEG_FILE_TAG "ftseg"
#define ROUTING_NODEIND_TO_FTSEGIND_FILE_TAG "node2ftseg"
-#define FTSEG_MAPPING_BACKWARD_INDEX_NODES_EXT ".bftsegnodes"
-#define FTSEG_MAPPING_BACKWARD_INDEX_BITS_EXT ".bftsegbits"
-#define FEATURES_OFFSETS_TABLE_FILE_EXT ".offsets"
-
// Secret word to unlock experimental features in production builds.
#define ROUTING_SECRET_UNLOCKING_WORD "?pedestrian"
#define ROUTING_SECRET_LOCKING_WORD "?vehicle"