From ebdb5db50214be4425b26f85775190685f54e355 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 5 Nov 2022 22:57:44 +0000 Subject: [PATCH] Unused variable cropped up during porting --- src/d_clisrv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index f6bb86d39..39e1fe1a0 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -5576,8 +5576,6 @@ static inline void PingUpdate(void) { for (i = 0; i < MAXPLAYERS; i++) { - XBOXSTATIC char buf[2]; - if (!playeringame[i] || !pingkick[i]) continue;