remove used variables
This commit is contained in:
parent
6ce9040915
commit
5b3cca9d44
1 changed files with 0 additions and 2 deletions
|
@ -175,8 +175,6 @@ void shape_io::read_polygon(shape_file::record_type & record, mapnik::geometry_c
|
||||||
double x = record.read_double();
|
double x = record.read_double();
|
||||||
double y = record.read_double();
|
double y = record.read_double();
|
||||||
poly->move_to(x, y);
|
poly->move_to(x, y);
|
||||||
double start_x = x;
|
|
||||||
double start_y = y;
|
|
||||||
for (int j=start+1;j<end;j++)
|
for (int j=start+1;j<end;j++)
|
||||||
{
|
{
|
||||||
x = record.read_double();
|
x = record.read_double();
|
||||||
|
|
Loading…
Reference in a new issue