diff --git a/include/boost/geometry/algorithms/transform.hpp b/include/boost/geometry/algorithms/transform.hpp index 11c417e61..7dc917f93 100644 --- a/include/boost/geometry/algorithms/transform.hpp +++ b/include/boost/geometry/algorithms/transform.hpp @@ -153,8 +153,6 @@ struct transform_polygon static inline bool apply(Polygon1 const& poly1, Polygon2& poly2, Strategy const& strategy) { - typedef typename ring_type::type ring1_type; - typedef typename ring_type::type ring2_type; typedef typename point_type::type point2_type; geometry::clear(poly2);