engine: client: remove unused NetAPI_ValueForKey function
This commit is contained in:
parent
273990d292
commit
9a8761f1d8
1 changed files with 1 additions and 12 deletions
|
@ -556,7 +556,7 @@ static void CL_InitTitles( const char *filename )
|
||||||
|
|
||||||
Q_snprintf( name, sizeof( name ), TEXT_MSGNAME, i );
|
Q_snprintf( name, sizeof( name ), TEXT_MSGNAME, i );
|
||||||
|
|
||||||
cl_textmessage[i].pName = _copystring( clgame.mempool, name, __FILE__, __LINE__ );
|
cl_textmessage[i].pName = copystringpool( clgame.mempool, name );
|
||||||
cl_textmessage[i].pMessage = cl_textbuffer[i];
|
cl_textmessage[i].pMessage = cl_textbuffer[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3544,17 +3544,6 @@ static int GAME_EXPORT NetAPI_CompareAdr( netadr_t *a, netadr_t *b )
|
||||||
return NET_CompareAdr( *a, *b );
|
return NET_CompareAdr( *a, *b );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
=================
|
|
||||||
NetAPI_ValueForKey
|
|
||||||
|
|
||||||
=================
|
|
||||||
*/
|
|
||||||
static const char * GAME_EXPORT NetAPI_ValueForKey( const char *s, const char *key )
|
|
||||||
{
|
|
||||||
return Info_ValueForKey( s, key );
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
=================
|
=================
|
||||||
NetAPI_RemoveKey
|
NetAPI_RemoveKey
|
||||||
|
|
Loading…
Add table
Reference in a new issue