Remove unused function.

This commit is contained in:
Sergey Magidovich 2016-06-10 17:45:58 +03:00 committed by Vladimir Byko-Ianko
parent 82cc6171cc
commit c35e6f4e4d

View file

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