From 80758e0043c25700f083502f5d5c44e5d3515707 Mon Sep 17 00:00:00 2001 From: CJ AYHO Date: Wed, 14 Aug 2013 11:56:42 +0300 Subject: [PATCH] get rid of unneeded commented pieces of code --- neo/renderer/tr_shadowbounds.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/neo/renderer/tr_shadowbounds.cpp b/neo/renderer/tr_shadowbounds.cpp index bc521970..bb082b38 100644 --- a/neo/renderer/tr_shadowbounds.cpp +++ b/neo/renderer/tr_shadowbounds.cpp @@ -38,9 +38,7 @@ If you have questions concerning this license or the applicable additional terms typedef idList vectorInt; -//int vectorInt::max_size = 0; typedef idList vectorVec4; -//int vectorVec4::max_size = 0; struct poly { @@ -50,7 +48,6 @@ struct poly }; typedef idList vectorPoly; -//int vectorPoly::max_size = 0; struct edge { @@ -59,7 +56,6 @@ struct edge }; typedef idList vectorEdge; -//int vectorEdge::max_size = 0; vectorInt four_ints(int a, int b, int c, int d) { @@ -356,7 +352,6 @@ polyhedron make_sv(const polyhedron & oc, idVec4 light) } typedef idList MySegments; -//int MySegments::max_size = 0; void polyhedron_edges(polyhedron & a, MySegments & e) {