summaryrefslogtreecommitdiff
path: root/src/heretic/r_local.h
diff options
context:
space:
mode:
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
//