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()) {