From 9d7efb0a616edeaad8c24df649887aa270019dd8 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 30 Apr 2012 12:33:33 +0200 Subject: [PATCH] remove unused locals --- qcsrc/menu/anim/animhost.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qcsrc/menu/anim/animhost.c b/qcsrc/menu/anim/animhost.c index 48a45bda8..7388ee845 100644 --- a/qcsrc/menu/anim/animhost.c +++ b/qcsrc/menu/anim/animhost.c @@ -50,9 +50,7 @@ void AnimHost_removeAnim(entity me, entity other) other.parent = NULL; - entity n, p, f, l; - f = me.firstChild; - l = me.lastChild; + entity n, p; n = other.nextSibling; p = other.prevSibling; -- 2.39.2