From ccccef37c96c54d531f4d778607a5cf23820e2e4 Mon Sep 17 00:00:00 2001 From: Todica Ionut Date: Wed, 18 Dec 2024 19:03:14 +0200 Subject: [PATCH] remove Frustum Signed-off-by: Todica Ionut --- src/pybind11/PyBindImath/PyBindImath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind11/PyBindImath/PyBindImath.h b/src/pybind11/PyBindImath/PyBindImath.h index f56ea2b9..bc43754f 100644 --- a/src/pybind11/PyBindImath/PyBindImath.h +++ b/src/pybind11/PyBindImath/PyBindImath.h @@ -22,7 +22,7 @@ PYBINDIMATH_EXPORT void register_imath_box(pybind11::module& m); PYBINDIMATH_EXPORT void register_imath_plane(pybind11::module& m); PYBINDIMATH_EXPORT void register_imath_line(pybind11::module& m); PYBINDIMATH_EXPORT void register_imath_euler(pybind11::module& m); -PYBINDIMATH_EXPORT void register_imath_frustum(pybind11::module& m); +// PYBINDIMATH_EXPORT void register_imath_frustum(pybind11::module& m) } #endif