mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 07:34:36 +00:00
- Removed vestigial prototype.
This commit is contained in:
parent
28f9216e7b
commit
659abc9451
1 changed files with 0 additions and 2 deletions
|
@ -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_DrawFogBoundary_C (int x1, int x2, short *uclip, short *dclip);
|
||||||
|
|
||||||
|
|
||||||
void R_DrawColumnHorizP_C(void);
|
|
||||||
|
|
||||||
#ifdef X86_ASM
|
#ifdef X86_ASM
|
||||||
|
|
||||||
extern "C" void R_DrawColumnP_Unrolled (void);
|
extern "C" void R_DrawColumnP_Unrolled (void);
|
||||||
|
|
Loading…
Reference in a new issue