mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Remove unused prototype
This commit is contained in:
parent
4d906c50f4
commit
b2a0f02f68
1 changed files with 0 additions and 2 deletions
|
@ -177,8 +177,6 @@ namespace swrenderer
|
||||||
void R_FinishSetPatchStyle(); // Call this after finished drawing the current thing, in case its style was STYLE_Shade
|
void R_FinishSetPatchStyle(); // Call this after finished drawing the current thing, in case its style was STYLE_Shade
|
||||||
DrawerFunc R_GetTransMaskDrawer();
|
DrawerFunc R_GetTransMaskDrawer();
|
||||||
|
|
||||||
const uint8_t *R_GetColumn(FTexture *tex, int col);
|
|
||||||
|
|
||||||
void R_UpdateFuzzPos();
|
void R_UpdateFuzzPos();
|
||||||
|
|
||||||
// Sets dc_colormap and dc_light to their appropriate values depending on the output format (pal vs true color)
|
// Sets dc_colormap and dc_light to their appropriate values depending on the output format (pal vs true color)
|
||||||
|
|
Loading…
Reference in a new issue