From 5de8de49ccc2c14b7de14da465510b2368080dd4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Sep 2008 22:29:59 +0000 Subject: Remove NeXT/WATCOMC ifdef blocks. Subversion-branch: /branches/raven-branch Subversion-revision: 1259 --- src/heretic/r_bsp.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/heretic/r_bsp.c') diff --git a/src/heretic/r_bsp.c b/src/heretic/r_bsp.c index be9ef769..aed96007 100644 --- a/src/heretic/r_bsp.c +++ b/src/heretic/r_bsp.c @@ -215,9 +215,6 @@ void R_AddLine(seg_t * line) int x1, x2; angle_t angle1, angle2, span, tspan; -#ifdef __NeXT__ - RD_DrawLineCheck(line); -#endif curline = line; // OPTIMIZE: quickly reject orthogonal back sides @@ -327,10 +324,6 @@ boolean R_CheckBBox(fixed_t * bspcoord) cliprange_t *start; int sx1, sx2; -#ifdef __NeXT__ - RD_DrawBBox(bspcoord); -#endif - // find the corners of the box that define the edges from current viewpoint if (viewx <= bspcoord[BOXLEFT]) boxx = 0; @@ -356,10 +349,6 @@ boolean R_CheckBBox(fixed_t * bspcoord) y2 = bspcoord[checkcoord[boxpos][3]]; -#ifdef __NeXT__ -// RD_DisplayLine (x1, y1, x2, y2, 0.1); -#endif - // // check clip list for an open space // @@ -481,10 +470,6 @@ void R_RenderBSPNode(int bspnum) bsp = &nodes[bspnum]; -#ifdef __NeXT__ - RD_DrawNodeLine(bsp); -#endif - // // decide which side the view point is on // -- cgit v1.2.3