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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-06-10 17:45:58 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-23 19:26:25 +0300
commitc35e6f4e4d855862ec4df529c573d028a7783ff9 (patch)
tree1932d4a9b20eb6227ece9dceae820f61722f9cbe /indexer/osm_editor.cpp
parent82cc6171cc02b73eec0140fddadd8c4f7e026dbd (diff)
Remove unused function.
Diffstat (limited to 'indexer/osm_editor.cpp')
-rw-r--r--indexer/osm_editor.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/indexer/osm_editor.cpp b/indexer/osm_editor.cpp
index 473218f54c..ecca7cb813 100644
--- a/indexer/osm_editor.cpp
+++ b/indexer/osm_editor.cpp
@@ -131,13 +131,6 @@ bool IsObsolete(editor::XMLFeature const & xml, FeatureID const & fid)
return uploadTime != my::INVALID_TIME_STAMP &&
my::TimeTToSecondsSinceEpoch(uploadTime) < GetMwmCreationTimeByMwmId(fid.m_mwmId);
}
-
-m2::PointD GetSomeFeaturePoint(editor::XMLFeature const & xml)
-{
- if (xml.GetType() == XMLFeature::Type::Node)
- return xml.GetMercatorCenter();
- return xml.GetGeometry().front();
-}
} // namespace
namespace osm