]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
removed unused portalstack array
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 Oct 2001 23:38:36 +0000 (23:38 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 Oct 2001 23:38:36 +0000 (23:38 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@981 d7cf8633-e32d-0410-b094-e92efae38249

portals.c

index 7b91f39c9a76df23c01fff13422632ec94eea385..742f6d36d04ff88355d49d59c5fceaa3bd74aaac 100644 (file)
--- 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;