remove unecessary instructions

This commit is contained in:
Irlan
2018-04-21 02:51:12 -03:00
parent 125cebaefb
commit 1c71bbaa90
2 changed files with 9 additions and 18 deletions

View File

@ -123,7 +123,7 @@ private:
void AddVertex(qhVertex* v);
void BuildHorizon(qhVertex* eye);
void BuildHorizon(qhVertex* eye, qhHalfEdge* e0, qhFace* f);
void BuildHorizon(qhVertex* eye, qhHalfEdge* edge);
void AddNewFaces(qhVertex* eye);
void MergeFaces();