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>2014-10-01 16:50:36 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:13 +0300
commit730f0078ae99993ac440e20bc254ccc2835c90d3 (patch)
treea28acd624e6c6d6b2bd15e912d8a4f2460ccf4c0 /indexer/feature_data.hpp
parent937250e21601d8ee5790b622543b3177a8c866a7 (diff)
Removed duplicating enums.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 04dc68a7ce..798da16241 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -16,15 +16,6 @@ class FeatureBase;
namespace feature
{
- enum EGeomType
- {
- GEOM_UNDEFINED = -1,
- // Note! do not change this values. Should be equal with FeatureGeoType.
- GEOM_POINT = 0,
- GEOM_LINE = 1,
- GEOM_AREA = 2
- };
-
enum EHeaderMask
{
HEADER_TYPE_MASK = 7U,