From 125cebaefb55f5418d4b3633ba82363c79023d48 Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Fri, 20 Apr 2018 23:39:55 -0300 Subject: [PATCH] remove function prototype that would come in on output preparation --- include/bounce/quickhull/qh_hull.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/bounce/quickhull/qh_hull.h b/include/bounce/quickhull/qh_hull.h index 7bcbe65..c4cadef 100644 --- a/include/bounce/quickhull/qh_hull.h +++ b/include/bounce/quickhull/qh_hull.h @@ -108,12 +108,6 @@ public: // Get the list of faces in this convex hull. const qhList& 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. void Validate() const; void Validate(const qhFace* face) const;