]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/map/parse.cpp
* fixed warnings
[xonotic/netradiant.git] / plugins / map / parse.cpp
index a40a8f343a5e49d7a1f292ef5b8dafd903398052..871fff89907753edafd82153541d17e18854183c 100644 (file)
@@ -569,7 +569,7 @@ bool Primitive_Parse(brush_t *pBrush)
 void Entity_Parse(entity_t *pEntity)
 {
   brush_t *pBrush;
-  CPtrArray *brushes = NULL;
+//  CPtrArray *brushes = NULL;
   char temptoken[1024];
 
   char *token = Token();