From 89d95067fc7cde0e3f99f15cf5fc1e89381f9edf Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 1 Oct 2008 19:20:45 +0000 Subject: Remove some redundant DOS and NeXT-related code. Subversion-branch: /branches/raven-branch Subversion-revision: 1319 --- src/hexen/r_bsp.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/hexen/r_bsp.c') diff --git a/src/hexen/r_bsp.c b/src/hexen/r_bsp.c index 624c8c13..267fe38a 100644 --- a/src/hexen/r_bsp.c +++ b/src/hexen/r_bsp.c @@ -217,9 +217,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 @@ -330,10 +327,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; @@ -359,10 +352,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 // @@ -503,10 +492,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