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>2015-12-23 19:33:05 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:17 +0300
commitf6ac3786d755afde9534b28e9a1977e38b3aa470 (patch)
tree239acb986e517ef84c31d4991a37df7f6d3bc4c1 /indexer/feature.hpp
parent8c57791e1d87fa500b3f7bb1b13f45282edc0cf1 (diff)
Refactored some geometry functions.
Correct implementation of feature::GetMinDistanceMeters().
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index bcd8211736..4b4b4a1195 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -266,8 +266,6 @@ public:
inline feature::Metadata const & GetMetadata() const { return m_metadata; }
inline feature::Metadata & GetMetadata() { return m_metadata; }
- double GetDistance(m2::PointD const & pt, int scale) const;
-
/// @name Statistic functions.
//@{
inline void ParseBeforeStatistic() const