1
0
Fork 0

Comment out a useless empty loop

This commit is contained in:
Frederic Bouvier 2010-10-04 08:21:47 +02:00
parent bbae3a98a6
commit 68dc3066d4

View file

@ -412,15 +412,15 @@ void TGClipper::merge_slivers( TGPolyList& clipped, TGPolygon& slivers ) {
// cout << "press return: ";
// string input;
// cin >> input;
} else {
/* cout << " poly not a match" << endl;
cout << " original = " << original_contours
<< " result = " << result_contours << endl;
cout << " sliver = " << endl; */
for ( k = 0; k < (int)contour.size(); ++k ) {
// cout << " " << contour[k].x() << ", "
// << contour[k].y() << endl;
}
//} else {
// cout << " poly not a match" << endl;
// cout << " original = " << original_contours
// << " result = " << result_contours << endl;
// cout << " sliver = " << endl;
// for ( k = 0; k < (int)contour.size(); ++k ) {
// cout << " " << contour[k].x() << ", "
// << contour[k].y() << endl;
// }
}
}
}