From f5795556ba1847a6adb9b0d91942a82f8bb9fcd6 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 23 Jan 2017 16:19:19 +0100 Subject: [PATCH] removed some unused variable --- vcg/space/intersection2.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vcg/space/intersection2.h b/vcg/space/intersection2.h index 13dc2474..115992a6 100644 --- a/vcg/space/intersection2.h +++ b/vcg/space/intersection2.h @@ -293,8 +293,7 @@ namespace vcg { BB.Add(polygon[i].P1()); } if (!BB.IsIn(p))return false; - ScalarType size=BB.Diag(); - ///take 4 directions + //take 4 directions int inside_test=0; for (int dir=0;dir<4;dir++) {