From 659abc945173a011a968d74a4cff48ececc608bd Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 4 Dec 2016 19:18:13 -0500 Subject: [PATCH] - Removed vestigial prototype. --- src/r_draw.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/r_draw.h b/src/r_draw.h index f4f7525570..17365f3f5b 100644 --- a/src/r_draw.h +++ b/src/r_draw.h @@ -247,8 +247,6 @@ extern void (*R_DrawFogBoundary)(int x1, int x2, short *uclip, short *dclip); void R_DrawFogBoundary_C (int x1, int x2, short *uclip, short *dclip); -void R_DrawColumnHorizP_C(void); - #ifdef X86_ASM extern "C" void R_DrawColumnP_Unrolled (void);