mirror of https://github.com/CGAL/cgal
Remove CGAL_NO_INTERSECTION_FUNCTION and functions doing nothing
This commit is contained in:
parent
162241066b
commit
9bfbd567d5
|
|
@ -29,8 +29,6 @@
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
CGAL_DO_INTERSECT_FUNCTION_SELF(Tetrahedron_3, 3)
|
CGAL_DO_INTERSECT_FUNCTION_SELF(Tetrahedron_3, 3)
|
||||||
|
|
||||||
CGAL_NO_INTERSECTION_FUNCTION_SELF(Tetrahedron_3, 3)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // CGAL_INTERSECTIONS_3_TETRAHEDRON_3_TETRAHEDRON_3_H
|
#endif // CGAL_INTERSECTIONS_3_TETRAHEDRON_3_TETRAHEDRON_3_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue