Skip to content

Commit a0971fe

Browse files
committed
remove unused code
1 parent 2fd8667 commit a0971fe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/mapnik_geometry.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@ void linear_ring_add_coord_impl2(mapnik::geometry::linear_ring<double> & l, mapn
188188
l.push_back(p);
189189
}
190190

191-
mapnik::geometry::linear_ring<double> & polygon_exterior_impl(mapnik::geometry::polygon<double> & poly)
192-
{
193-
if (poly.empty()) poly.resize(1);
194-
return poly[0];
195-
}
196-
197191
void polygon_add_ring_impl(mapnik::geometry::polygon<double> & poly, mapnik::geometry::linear_ring<double> const& ring)
198192
{
199193
poly.push_back(ring); // copy

0 commit comments

Comments
 (0)