ref: gl: make GL_BuildPolygonFromSurface static, remove one global variable usage (which is unused anyway)

This commit is contained in:
Alibek Omarov
2025-02-07 21:21:14 +03:00
parent 2b2c967e85
commit a955d1e957
2 changed files with 6 additions and 8 deletions

View File

@@ -436,7 +436,6 @@ void R_DrawWorld( void );
void R_DrawWaterSurfaces( void );
void R_DrawBrushModel( cl_entity_t *e );
void GL_SubdivideSurface( model_t *mod, msurface_t *fa );
void GL_BuildPolygonFromSurface( model_t *mod, msurface_t *fa );
void GL_SetupFogColorForSurfaces( void );
void R_DrawAlphaTextureChains( void );
void GL_RebuildLightmaps( void );