engine: remove R_BeamCull from RefAPI

This commit is contained in:
Alibek Omarov
2026-04-14 12:09:18 +05:00
parent dd3583d11a
commit e2e4728c7c
9 changed files with 28 additions and 9 deletions

View File

@@ -114,7 +114,7 @@ R_BeamCull
Cull the beam by bbox
==============
*/
qboolean R_BeamCull( const vec3_t start, const vec3_t end, qboolean pvsOnly )
static qboolean R_BeamCull( const vec3_t start, const vec3_t end, qboolean pvsOnly )
{
vec3_t mins, maxs;
int i;

View File

@@ -567,7 +567,6 @@ const ref_interface_t gReffuncs =
CL_DrawParticles,
CL_DrawTracers,
CL_DrawBeams,
R_BeamCull,
GL_RefGetParm,

View File

@@ -296,7 +296,6 @@ void SCR_TimeRefresh_f( void );
// gl_beams.c
//
void CL_DrawBeams( int fTrans, BEAM *active_beams );
qboolean R_BeamCull( const vec3_t start, const vec3_t end, qboolean pvsOnly );
//
// gl_cull.c