summaryrefslogtreecommitdiff
path: root/src/hexen/r_bsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/r_bsp.c')
-rw-r--r--src/hexen/r_bsp.c15
1 files changed, 0 insertions, 15 deletions
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
//