remove unused variable

This commit is contained in:
Sébastien Loriot 2017-12-13 10:09:06 +01:00
parent f7569e6613
commit 8def8ba0f4
1 changed files with 0 additions and 2 deletions

View File

@ -292,10 +292,8 @@ void DQQ_1step(Poly& p, VertexPointMap vpm, Mask mask) {
std::size_t num_f = p_faces.size();
std::vector<halfedge_descriptor> border_halfedges;
size_t num_be = 0 ;
BOOST_FOREACH(edge_descriptor ed, p_edges){
if(is_border(ed,p)){
++num_be;
border_halfedges.push_back(halfedge(ed,p));
}
}