Remove duplicate prototype entry

This commit is contained in:
Magnus Norddahl 2016-12-27 07:41:30 +01:00
parent 325fa20a02
commit 4554cf45f1

View file

@ -161,7 +161,6 @@ namespace swrenderer
void R_DrawTiltedSpan(int y, int x1, int x2, const FVector3 &plane_sz, const FVector3 &plane_su, const FVector3 &plane_sv, bool plane_shade, int planeshade, float planelightfloat, fixed_t pviewx, fixed_t pviewy);
void R_DrawColoredSpan(int y, int x1, int x2);
void R_DrawFogBoundaryLine(int y, int x1, int x2);
void R_FillSpan();
void R_DrawWallColumn();
void R_DrawWallMaskedColumn();