forked from organicmaps/organicmaps
Remove unused function.
This commit is contained in:
parent
82cc6171cc
commit
c35e6f4e4d
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue