Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 154 of file monoChain.cc.
Referenced by MC_partitionY().
{ monoChain *temp, *tempNext; for(temp=this; temp != NULL; temp = tempNext) { tempNext = temp->nextPolygon; temp->deleteLoop(); } }