From b6ba3aa578490447d38bf65ce11600f4d372c9e9 Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 10 Nov 2014 17:50:35 +0300 Subject: [PATCH] Fixes after merge. --- drape_frontend/apply_feature_functors.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drape_frontend/apply_feature_functors.cpp b/drape_frontend/apply_feature_functors.cpp index 82067429bf..e2f1002c57 100644 --- a/drape_frontend/apply_feature_functors.cpp +++ b/drape_frontend/apply_feature_functors.cpp @@ -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;