From 125e5deca40e62fe36a1b47651ba53dc12306298 Mon Sep 17 00:00:00 2001 From: Martin Heistermann Date: Mon, 15 Jan 2018 22:43:21 +0100 Subject: [PATCH] Remove unused prototype. --- PrimitivesGenerator.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/PrimitivesGenerator.hh b/PrimitivesGenerator.hh index c2879d9..1d4b534 100644 --- a/PrimitivesGenerator.hh +++ b/PrimitivesGenerator.hh @@ -186,9 +186,6 @@ private: #ifdef ENABLE_POLYHEDRALMESH_SUPPORT int addPolyhedralMesh(); -#endif -#ifdef ENABLE_HEXAHEDRALMESH_SUPPORT - int addHexahedralMesh(); #endif inline void add_face(int _vh1 , int _vh2, int _vh3); -- 2.22.0