engine: client: remove legacy movie audio track streaming functions

This commit is contained in:
Alibek Omarov
2024-12-09 00:14:16 +03:00
parent a3c33e0fa9
commit eefb823ee2
8 changed files with 10 additions and 193 deletions

View File

@@ -741,8 +741,6 @@ void SCR_Init( void );
void SCR_UpdateScreen( void );
void SCR_BeginLoadingPlaque( qboolean is_background );
void SCR_CheckStartupVids( void );
int SCR_GetAudioChunk( char *rawdata, int length );
wavdata_t *SCR_GetMovieInfo( void );
void SCR_Shutdown( void );
void Con_Print( const char *txt );
void Con_NPrintf( int idx, const char *fmt, ... ) FORMAT_CHECK( 2 );