PolygonalMesh Debugging: removed the SetVN from the base class (it is internal)

This commit is contained in:
Paolo Cignoni 2014-02-18 10:55:12 +00:00
parent 5f68ac2d07
commit eb233462ba
1 changed files with 14 additions and 15 deletions

View File

@ -142,7 +142,6 @@ public:
static bool HasCurvatureDir() { return false; }
inline void SetVN(const int & /*n*/) {assert(0);}
static bool HasPolyInfo() { return false; }