diff --git a/plugins/input/shape/shape_io.cpp b/plugins/input/shape/shape_io.cpp index ca73dab9d..538d59b29 100644 --- a/plugins/input/shape/shape_io.cpp +++ b/plugins/input/shape/shape_io.cpp @@ -175,8 +175,6 @@ void shape_io::read_polygon(shape_file::record_type & record, mapnik::geometry_c double x = record.read_double(); double y = record.read_double(); poly->move_to(x, y); - double start_x = x; - double start_y = y; for (int j=start+1;j