From f39a0b51dfe571ee78ebb4cffa805a83a411f233 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 9 Jun 2005 14:26:43 +0000 Subject: [PATCH] remove two unused variables git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5415 d7cf8633-e32d-0410-b094-e92efae38249 --- portals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portals.c b/portals.c index 6df89426..427a15a8 100644 --- 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++) -- 2.39.2