From d289742f1e617a487ff4b0ccbc63923cc97a7e7b Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Tue, 5 Mar 2013 14:15:39 +1030 Subject: [PATCH] trivial: remove not-very-helpful comment from surfaces.c Signed-off-by: Kevin Shanahan --- qbsp/surfaces.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qbsp/surfaces.c b/qbsp/surfaces.c index 2479bf1f..81a190eb 100644 --- a/qbsp/surfaces.c +++ b/qbsp/surfaces.c @@ -25,11 +25,6 @@ static hashvert_t *pHashverts; static int iNodes; -/* -a surface has all of the faces that could be drawn on a given plane -the outside filling stage can remove some of them so a better bsp can be generated -*/ - /* =============== SubdivideFace