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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-05-19 18:57:12 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2016-05-20 18:48:12 +0300
commit6dbaf995735a82bcb8529520a9a2723538d10eb1 (patch)
treeb1603485536c8322aad718f34081236c8b7e434e /indexer/map_object.hpp
parent055e930ef381a7e90b52d2d5fa888ee5f4b398a2 (diff)
[omim] Review fixes.
Diffstat (limited to 'indexer/map_object.hpp')
-rw-r--r--indexer/map_object.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indexer/map_object.hpp b/indexer/map_object.hpp
index dc75cd0a9f..e296e668b9 100644
--- a/indexer/map_object.hpp
+++ b/indexer/map_object.hpp
@@ -96,7 +96,6 @@ public:
bool IsPointType() const;
/// @returns true if object is of building type.
bool IsBuilding() const;
- bool IsBookingObject() const;
protected:
FeatureID m_featureID;
@@ -106,8 +105,6 @@ protected:
feature::Metadata m_metadata;
feature::EGeomType m_geomType = feature::EGeomType::GEOM_UNDEFINED;
-private:
- bool m_isBookingObject;
};
/// Helper to convert internal feature::Metadata::FMD_* enum into a users-visible one.