diff options
Diffstat (limited to 'source/sv_local.h')
-rw-r--r-- | source/sv_local.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/sv_local.h b/source/sv_local.h index d7ce35b..22d5457 100644 --- a/source/sv_local.h +++ b/source/sv_local.h @@ -358,8 +358,6 @@ typedef struct server_static_s { qboolean initialized; // sv_init has completed unsigned realtime; // always increasing, no clamping, etc - int gameFeatures; - client_t *udp_client_pool; // [maxclients] list_t udp_client_list; // linked list of non-free clients |