]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove two unused variables
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Jun 2005 14:26:43 +0000 (14:26 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Jun 2005 14:26:43 +0000 (14:26 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5415 d7cf8633-e32d-0410-b094-e92efae38249

portals.c

index 6df894264d40c563e552060ef3f3da7692b78ea4..427a15a88ce3e1e44098e45d68bccaabd0a7aa4b 100644 (file)
--- a/portals.c
+++ b/portals.c
@@ -289,7 +289,7 @@ static void Portal_RecursiveFlow (portalrecursioninfo_t *info, mleaf_t *leaf, in
        mportal_t *p;
        int newpoints, i, prev;
        float dist;
-       vec3_t center, v1, v2;
+       vec3_t center;
        tinyplane_t *newplanes;
 
        for (i = 0;i < 3;i++)