]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/gtkgensurf/dec.cpp
Remove some commented-out code
[xonotic/netradiant.git] / contrib / gtkgensurf / dec.cpp
index 158a43020231cf432ad8c678aa3a06b08973eb18..dda98a02581bffcf1089ff46f9d12cb54ce62406 100644 (file)
@@ -217,8 +217,6 @@ void MakeDecimatedMap( int *NumNodes, int *NumTris, NODE **pNode, TRI **pTri ){
        }
        free( TriTable );
        // One last time (because we're pessimistic), check border triangles
-//     CheckBorders(&NumNodesUsed,NumNodes[0],Node,NumTris,pTri);
-//     Tri = *pTri;
 
        // Check that all fixed points are exact. If not, add them to the mix.
        // First check to see if we have any fixed points that aren't already used.