summaryrefslogtreecommitdiff
path: root/src/doom/r_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/r_draw.c')
-rw-r--r--src/doom/r_draw.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doom/r_draw.c b/src/doom/r_draw.c
index 80362208..b1e3ffae 100644
--- a/src/doom/r_draw.c
+++ b/src/doom/r_draw.c
@@ -946,13 +946,6 @@ R_VideoErase
// Draws the border around the view
// for different size windows?
//
-void
-V_MarkRect
-( int x,
- int y,
- int width,
- int height );
-
void R_DrawViewBorder (void)
{
int top;