diff options
Diffstat (limited to 'src/client/client.h')
-rw-r--r-- | src/client/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/client.h b/src/client/client.h index eff15d51..e597047f 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -239,7 +239,6 @@ typedef struct { int maxPing; int ping; qboolean visible; - int punkbuster; } serverInfo_t; typedef struct { @@ -382,7 +381,6 @@ int CL_GetPingQueueCount( void ); void CL_ShutdownRef( void ); void CL_InitRef( void ); -qboolean CL_CDKeyValidate( const char *key, const char *checksum ); int CL_ServerStatus( char *serverAddress, char *serverStatusString, int maxLen ); |