]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/portals.c
Remove pointless static guards
[xonotic/netradiant.git] / tools / quake3 / q3map2 / portals.c
index aee1446ea5a4fb237299f4ac1c11c644ae1438c9..2b77f3d3d376b764ba773f6f8de2cf23a88a97c5 100644 (file)
@@ -345,16 +345,6 @@ void MakeNodePortal( node_t *node ){
                return;
        }
 
-
-       /* ydnar: adding this here to fix degenerate windings */
-       #if 0
-       if ( FixWinding( w ) == qfalse ) {
-               c_badportals++;
-               FreeWinding( w );
-               return;
-       }
-       #endif
-
        if ( WindingIsTiny( w ) ) {
                c_tinyportals++;
                FreeWinding( w );