- Removed vestigial prototype.

This commit is contained in:
Rachael Alexanderson 2016-12-04 19:18:13 -05:00
parent 28f9216e7b
commit 659abc9451
1 changed files with 0 additions and 2 deletions

View File

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