Removed all the UberXXX members from the various components. No more needed since many years. Still there just because we are quite lazy...

This commit is contained in:
Paolo Cignoni 2012-10-25 13:46:08 +00:00
parent bc3fd845e1
commit 4c0acdbb7c
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ public:
typedef typename CoordType::ScalarType ScalarType;
typedef typename T::VertType VertType;
CoordType &P() { return CAT< vector_occ<VertType>,CoordType>::Instance()->Get((VertType*)this); }
CoordType &UberP() { return CAT< vector_occ<VertType>,CoordType>::Instance()->Get((VertType*)this); }
};
template <class T> class Coord3fOcc: public CoordOcc<vcg::Point3f, T> {};
template <class T> class Coord3dOcc: public CoordOcc<vcg::Point3d, T> {};