]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove some more unref stuff
authorRudolf Polzer <divverent@alientrap.org>
Wed, 27 Oct 2010 19:11:17 +0000 (21:11 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 27 Oct 2010 19:11:17 +0000 (21:11 +0200)
qcsrc/menu/xonotic/dialog_multiplayer_playersetup_waypoint.c

index 584e1d9b1cd0f448a80c3518319aa54b04b04280..dcc6a64f3681652d777d6fcf090ccf9779b60059 100644 (file)
@@ -22,7 +22,7 @@ string XonoticWaypointDialog_toString(entity me)
 }
 void XonoticWaypointDialog_fill(entity me)
 {
-       entity e, sl;
+       entity e;
        
        me.TR(me);
                me.TD(me, 1, 4, makeXonoticTextLabel(0, "Waypoint settings:"));