From cc8c3197efb7b333bca0c9c09e68a061b712ccde Mon Sep 17 00:00:00 2001 From: Alex Foster <123afoster@gmail.com> Date: Sun, 1 Sep 2024 11:20:56 -0700 Subject: [PATCH] remove unused renderclient() --- game/game.h | 1 - 1 file changed, 1 deletion(-) diff --git a/game/game.h b/game/game.h index 55f48a56..d2eaf3fc 100644 --- a/game/game.h +++ b/game/game.h @@ -1054,7 +1054,6 @@ namespace game extern void renderavatar(); extern void rendereditcursor(); extern void renderhud(); - extern void renderclient(dynent *d, const char *mdlname, modelattach *attachments, int hold, int attack, int attackdelay, int lastaction, int lastpain, float scale = 1, bool ragdoll = false, float trans = 1); // additional fxns needed by server/main code extern void gamedisconnect(bool cleanup);