]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove unused locals
authorRudolf Polzer <divverent@alientrap.org>
Mon, 30 Apr 2012 10:33:33 +0000 (12:33 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 30 Apr 2012 10:33:33 +0000 (12:33 +0200)
qcsrc/menu/anim/animhost.c

index 48a45bda8465795e8883373ab088918783c4c0d3..7388ee845d279530b314e4fe78af2b2d412e915b 100644 (file)
@@ -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;