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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-19 14:49:38 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-23 10:25:11 +0300
commit3fa7071a1b57145da7559144f2316ad3be555d39 (patch)
treee82db81c207ae5b5bfc93037d735279a301ca5b3 /indexer/feature.hpp
parentec73bce900be6b5379b49200781d2b1f7c4e4411 (diff)
Implementation index for altitude data with the help of succinct strutures.
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index fe5f30c206..4ecbb79357 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -362,10 +362,6 @@ private:
mutable points_t m_points, m_triangles;
mutable feature::Metadata m_metadata;
- // @TODO |m_altitudes| should be exchanged with vector<TAltitude>.
- // If the vector is empty no altitude information is available for this feature.
- feature::Altitudes m_altitudes;
-
mutable bool m_header2Parsed = false;
mutable bool m_pointsParsed = false;
mutable bool m_trianglesParsed = false;