mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
ref: remove unused GL_BuildLightmaps export
This commit is contained in:
parent
4d9563ea03
commit
2d968cf328
@ -575,8 +575,6 @@ typedef struct ref_interface_s
|
||||
|
||||
// passed through R_RenderFrame (0 - use engine renderer, 1 - use custom client renderer)
|
||||
int (*GL_RenderFrame)( const struct ref_viewpass_s *rvp );
|
||||
// build all the lightmaps on new level or when gamma is changed
|
||||
void (*GL_BuildLightmaps)( void );
|
||||
// setup map bounds for ortho-projection when we in dev_overview mode
|
||||
void (*GL_OrthoBounds)( const float *mins, const float *maxs );
|
||||
// grab r_speeds message
|
||||
|
@ -495,7 +495,6 @@ ref_interface_t gReffuncs =
|
||||
R_StudioGetTexture,
|
||||
|
||||
R_RenderFrame,
|
||||
GL_BuildLightmaps,
|
||||
Mod_SetOrthoBounds,
|
||||
R_SpeedsMessage,
|
||||
Mod_GetCurrentVis,
|
||||
|
Loading…
x
Reference in New Issue
Block a user