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:
authorkshalnev <k.shalnev@gmail.com>2015-06-05 21:18:41 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:51:03 +0300
commit68275d8f949a6c70475339df0923a9a70322389f (patch)
treef24dde2aea95a0c7ed3fcd134ab39f37831668ff /defines.hpp
parent61b0af91c4e4cbcaf2777c95df66e245a6f8b4b4 (diff)
Added style reader to encapculate access to style files
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 1a29192e38..53abb95711 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -47,7 +47,6 @@
#define CELL2FEATURE_SORTED_EXT ".c2f.sorted"
#define CELL2FEATURE_TMP_EXT ".c2f.tmp"
-
#define COUNTRIES_FILE "countries.txt"
#define WORLD_FILE_NAME "World"
@@ -62,9 +61,6 @@
#define EXTERNAL_RESOURCES_FILE "external_resources.txt"
-#define DRAWING_RULES_LIGHT_BIN_FILE "drules_proto.bin"
-#define DRAWING_RULES_DARK_BIN_FILE "drules_proto_dark.bin"
-
/// How many langs we're supporting on indexing stage
#define MAX_SUPPORTED_LANGUAGES 64