From 4c0acdbb7c2c30342ae31bb8018d4e8cd70218a2 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 25 Oct 2012 13:46:08 +0000 Subject: [PATCH] Removed all the UberXXX members from the various components. No more needed since many years. Still there just because we are quite lazy... --- vcg/simplex/vertex/component_occ.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vcg/simplex/vertex/component_occ.h b/vcg/simplex/vertex/component_occ.h index 29798d24..066d55e8 100644 --- a/vcg/simplex/vertex/component_occ.h +++ b/vcg/simplex/vertex/component_occ.h @@ -56,7 +56,6 @@ public: typedef typename CoordType::ScalarType ScalarType; typedef typename T::VertType VertType; CoordType &P() { return CAT< vector_occ,CoordType>::Instance()->Get((VertType*)this); } - CoordType &UberP() { return CAT< vector_occ,CoordType>::Instance()->Get((VertType*)this); } }; template class Coord3fOcc: public CoordOcc {}; template class Coord3dOcc: public CoordOcc {};