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:
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