+ remove unused local vars
This commit is contained in:
parent
1521817378
commit
73261346cf
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue