]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/extra/qe4/entity.c
Remove pointless static guards
[xonotic/netradiant.git] / tools / quake2 / extra / qe4 / entity.c
index 7cbe14ae8e316f6df5daa675205b6d99b0a66528..d6d09cce0cd334139d8f7da9e7caf0bfb041b151 100644 (file)
@@ -223,12 +223,6 @@ entity_t   *Entity_Parse (qboolean onlypairs)
                if (ent->brushes.onext != &ent->brushes)
                {
                        printf ("Warning: Fixed size entity with brushes\n");
-#if 0
-                       while (ent->brushes.onext != &ent->brushes)
-                       {       // FIXME: this will free the entity and crash!
-                               Brush_Free (b);
-                       }
-#endif
 ent->brushes.next = ent->brushes.prev = &ent->brushes;
                }
                // create a custom brush