engine: clean up common.h header from unused function prototypes, or move them to appropriate header or C file

This commit is contained in:
Alibek Omarov
2024-01-28 10:00:17 +03:00
parent 7200f0da7e
commit 2b6a550405
17 changed files with 83 additions and 126 deletions
+2 -2
View File
@@ -348,7 +348,7 @@ static int Host_CalcSleep( void )
return host_sleeptime.value;
}
void Host_NewInstance( const char *name, const char *finalmsg )
static void Host_NewInstance( const char *name, const char *finalmsg )
{
if( !pChangeGame ) return;
@@ -582,7 +582,7 @@ static qboolean Host_RegisterDecal( const char *name, int *count )
Host_InitDecals
=================
*/
void Host_InitDecals( void )
static void Host_InitDecals( void )
{
int i, num_decals = 0;
search_t *t;