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:
authorvng <viktor.govako@gmail.com>2011-03-14 11:10:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:13:34 +0300
commit221d3d99da351bddd4c82f9fc553737eb458025f (patch)
treec45c9981941fec357f910fd7dae65d0ec484f1fd /indexer/indexer.pro
parent25ea1267b48898b89681b93a5f371232fc79b711 (diff)
Refactoring of feature::DataHeader.
Added base point and scales array to header. World and country generation now have different scale ranges.
Diffstat (limited to 'indexer/indexer.pro')
-rw-r--r--indexer/indexer.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/indexer/indexer.pro b/indexer/indexer.pro
index 5712ad0666..1ff0c3d763 100644
--- a/indexer/indexer.pro
+++ b/indexer/indexer.pro
@@ -27,7 +27,6 @@ SOURCES += \
index_builder.cpp \
feature_visibility.cpp \
data_header.cpp \
- data_header_reader.cpp \
geometry_coding.cpp \
geometry_serialization.cpp \
tesselator.cpp \
@@ -59,7 +58,6 @@ HEADERS += \
file_writer_stream.hpp \
feature_visibility.hpp \
data_header.hpp \
- data_header_reader.hpp \
tree_structure.hpp \
feature_impl.hpp \
geometry_coding.hpp \