diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 4431edaf..1648f116 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -886,11 +886,6 @@ void SendScoreboardMessageToAllClients( void ); void QDECL G_Printf( const char *fmt, ... ); void QDECL G_Error( const char *fmt, ... ); -qboolean G_WeaponIsAllowed( weapon_t weapon ); -qboolean G_UpgradeIsAllowed( upgrade_t upgrade ); -qboolean G_ClassIsAllowed( pClass_t class ); -qboolean G_BuildableIsAllowed( buildable_t buildable ); - // // g_client.c // |