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: "; // cout << "press return: ";
// string input; // string input;
// cin >> input; // cin >> input;
} else { //} else {
/* cout << " poly not a match" << endl; // cout << " poly not a match" << endl;
cout << " original = " << original_contours // cout << " original = " << original_contours
<< " result = " << result_contours << endl; // << " result = " << result_contours << endl;
cout << " sliver = " << endl; */ // cout << " sliver = " << endl;
for ( k = 0; k < (int)contour.size(); ++k ) { // for ( k = 0; k < (int)contour.size(); ++k ) {
// cout << " " << contour[k].x() << ", " // cout << " " << contour[k].x() << ", "
// << contour[k].y() << endl; // << contour[k].y() << endl;
} // }
} }
} }
} }