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);