From d01e4d900bc2db315fc5c4fea939b7829289409f Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Mon, 29 Oct 2001 23:38:36 +0000 Subject: [PATCH] removed unused portalstack array git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@981 d7cf8633-e32d-0410-b094-e92efae38249 --- portals.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2