mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
[transform] Fix unused typedef warnings
This commit is contained in:
@@ -153,8 +153,6 @@ struct transform_polygon
|
||||
static inline bool apply(Polygon1 const& poly1, Polygon2& poly2,
|
||||
Strategy const& strategy)
|
||||
{
|
||||
typedef typename ring_type<Polygon1>::type ring1_type;
|
||||
typedef typename ring_type<Polygon2>::type ring2_type;
|
||||
typedef typename point_type<Polygon2>::type point2_type;
|
||||
|
||||
geometry::clear(poly2);
|
||||
|
||||
Reference in New Issue
Block a user