engine: ref: Remove unused declarations, fix comment after rename

This commit is contained in:
lewa_j
2026-01-13 01:28:10 +03:00
parent 543d6d67e6
commit 5cdb58431a
4 changed files with 2 additions and 16 deletions

View File

@@ -526,7 +526,6 @@ void GL_InitExtensions( void );
void GL_ClearExtensions( void );
void VID_CheckChanges( void );
int GL_LoadTexture( const char *name, const byte *buf, size_t size, int flags );
void GL_FreeImage( const char *name );
qboolean VID_ScreenShot( const char *filename, int shot_type );
qboolean VID_CubemapShot( const char *base, uint size, const float *vieworg, qboolean skyshot );
void R_GammaChanged( qboolean do_reset_gamma );