summaryrefslogtreecommitdiff
path: root/src/heretic/r_segs.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 22:29:59 +0000
committerSimon Howard2008-09-20 22:29:59 +0000
commit5de8de49ccc2c14b7de14da465510b2368080dd4 (patch)
tree1fe49f046f96607675c0031261db0b45a88d82e7 /src/heretic/r_segs.c
parent7c747c3d576521f2e1773fd285c0d2c7cb32aca8 (diff)
downloadchocolate-doom-5de8de49ccc2c14b7de14da465510b2368080dd4.tar.gz
chocolate-doom-5de8de49ccc2c14b7de14da465510b2368080dd4.tar.bz2
chocolate-doom-5de8de49ccc2c14b7de14da465510b2368080dd4.zip
Remove NeXT/WATCOMC ifdef blocks.
Subversion-branch: /branches/raven-branch Subversion-revision: 1259
Diffstat (limited to 'src/heretic/r_segs.c')
-rw-r--r--src/heretic/r_segs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/heretic/r_segs.c b/src/heretic/r_segs.c
index 0d4c47ea..6a675450 100644
--- a/src/heretic/r_segs.c
+++ b/src/heretic/r_segs.c
@@ -352,9 +352,6 @@ void R_StoreWallRange(int start, int stop)
if (start >= viewwidth || start > stop)
I_Error("Bad R_RenderWallRange: %i to %i", start, stop);
#endif
-#ifdef __NeXT__
- RD_DrawLine(curline);
-#endif
sidedef = curline->sidedef;
linedef = curline->linedef;