From f51f95b9bd1d9a4d1a3598aebc61f7059c6dc8d4 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 2 Aug 2004 23:09:29 +0000 Subject: [PATCH] prevent compiler warning --- panda/src/pgraph/portalClipper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/portalClipper.cxx b/panda/src/pgraph/portalClipper.cxx index c295b3579b..3883598e77 100755 --- a/panda/src/pgraph/portalClipper.cxx +++ b/panda/src/pgraph/portalClipper.cxx @@ -495,7 +495,7 @@ clip_portal(const NodePath &node_path) PT(BoundingVolume) PortalClipper:: get_reduced_frustum(const NodePath &node_path) { - int num_planes = 6; + // int num_planes = 6; LPoint3f intersect_points[4]; // another approach to actually finding the points, so that