mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ remove unused vars
This commit is contained in:
parent
e9f03a565f
commit
fe174aee2e
@ -172,8 +172,6 @@ wkb_buffer_ptr to_polygon_wkb( GeometryType const& g, wkbByteOrder byte_order)
|
||||
|
||||
double x = 0;
|
||||
double y = 0;
|
||||
double start_x = 0;
|
||||
double start_y = 0;
|
||||
std::size_t size = 1 + 4 + 4 ; // byteOrder + wkbType + numRings
|
||||
for (unsigned i=0; i< num_points; ++i)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user