diff --git a/include/mapnik/markers_placements/vertex_last.hpp b/include/mapnik/markers_placements/vertex_last.hpp index 590dd0e78..d30dc008e 100644 --- a/include/mapnik/markers_placements/vertex_last.hpp +++ b/include/mapnik/markers_placements/vertex_last.hpp @@ -46,7 +46,6 @@ class markers_vertex_last_placement : public markers_point_placement p_next; geometry::point move_to; unsigned cmd0 = SEG_END; - unsigned cmd1 = SEG_END; unsigned cmd_next = SEG_END; while ((cmd_next = this->locator_.vertex(&p_next.x, &p_next.y)) != SEG_END) @@ -60,13 +59,11 @@ class markers_vertex_last_placement : public markers_point_placement