+ remove unused local vars

This commit is contained in:
artemp 2013-03-14 09:33:32 +00:00
parent 1521817378
commit 73261346cf

View file

@ -179,7 +179,7 @@ private:
}
polygon_list clipped_polygons;
bool dissolved = false;
try
{
boost::geometry::intersection(clip_box_, subject_poly, clipped_polygons);
@ -189,7 +189,6 @@ private:
std::cerr << ex.what() << std::endl;
}
unsigned count=0;
BOOST_FOREACH(polygon_2d const& poly, clipped_polygons)
{
bool move_to = true;