]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/anim/animhost.c
remove unused locals
[xonotic/xonotic-data.pk3dir.git] / 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;