From 81ab17c28af6a3ac830fb6a488b4ce6e600bad15 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 25 Apr 2014 09:21:41 +0000 Subject: [PATCH] commented out unused local variable --- vcg/math/camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/math/camera.h b/vcg/math/camera.h index e9dc90d7..58c9f4aa 100644 --- a/vcg/math/camera.h +++ b/vcg/math/camera.h @@ -253,7 +253,7 @@ template vcg::Point2 Camera::Project(const vcg::Point3 & p) const { vcg::Point2 q = Point2(p[0],p[1]); - vcg::Point2 d = Point2(p[0],p[1]); +// vcg::Point2 d = Point2(p[0],p[1]); if(!IsOrtho()) {