forked from organicmaps/organicmaps
Fixes after merge.
This commit is contained in:
parent
f7cf9faacf
commit
b6ba3aa578
1 changed files with 0 additions and 5 deletions
|
@ -171,11 +171,6 @@ ApplyPointFeature::ApplyPointFeature(EngineContext & context, TileKey tileKey,
|
|||
{
|
||||
}
|
||||
|
||||
void ApplyPointFeature::operator()(CoordPointT const & point)
|
||||
{
|
||||
operator()(m2::PointF(point.first, point.second));
|
||||
}
|
||||
|
||||
void ApplyPointFeature::operator()(m2::PointD const & point)
|
||||
{
|
||||
m_hasPoint = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue