From: lordhavoc Date: Mon, 29 Oct 2001 23:38:36 +0000 (+0000) Subject: removed unused portalstack array X-Git-Tag: RELEASE_0_2_0_RC1~753 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d01e4d900bc2db315fc5c4fea939b7829289409f;p=xonotic%2Fdarkplaces.git removed unused portalstack array git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@981 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/portals.c b/portals.c index 7b91f39c..742f6d36 100644 --- a/portals.c +++ b/portals.c @@ -5,7 +5,6 @@ #define MAXRECURSIVEPORTALS 256 static tinyplane_t portalplanes[MAXRECURSIVEPORTALPLANES]; -static int portalplanestack[MAXRECURSIVEPORTALS]; static int portalplanecount; static int ranoutofportalplanes; static int ranoutofportals;