summaryrefslogtreecommitdiff
path: root/src/heretic/r_local.h
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_local.h
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_local.h')
-rw-r--r--src/heretic/r_local.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/heretic/r_local.h b/src/heretic/r_local.h
index e7b7c531..d590cb7f 100644
--- a/src/heretic/r_local.h
+++ b/src/heretic/r_local.h
@@ -381,15 +381,6 @@ visplane_t *R_CheckPlane(visplane_t * pl, int start, int stop);
//
extern int drawbsp;
-void RD_OpenMapWindow(void);
-void RD_ClearMapWindow(void);
-void RD_DisplayLine(int x1, int y1, int x2, int y2, float gray);
-void RD_DrawNodeLine(node_t * node);
-void RD_DrawLineCheck(seg_t * line);
-void RD_DrawLine(seg_t * line);
-void RD_DrawBBox(fixed_t * bbox);
-
-
//
// R_data.c
//