remove function prototype that would come in on output preparation

This commit is contained in:
Irlan 2018-04-20 23:39:55 -03:00
parent 4ebe826eea
commit 125cebaefb

View File

@ -108,12 +108,6 @@ public:
// Get the list of faces in this convex hull. // Get the list of faces in this convex hull.
const qhList<qhFace>& GetFaceList() const; const qhList<qhFace>& GetFaceList() const;
// Get the number of unique edges in this convex hull.
// u32 GetEdgeCount() const;
// Get the number of unique vertices in this convex hull.
// u32 GetVertexCount() const;
// Validate this hull. // Validate this hull.
void Validate() const; void Validate() const;
void Validate(const qhFace* face) const; void Validate(const qhFace* face) const;