diff --git a/src/pybind11/PyBindImath/pybindimathmodule.cpp b/src/pybind11/PyBindImath/pybindimathmodule.cpp index 9a58a9c3..79f6b2f7 100644 --- a/src/pybind11/PyBindImath/pybindimathmodule.cpp +++ b/src/pybind11/PyBindImath/pybindimathmodule.cpp @@ -15,7 +15,7 @@ PYBIND11_MODULE(pybindimath, m) PyBindImath::register_imath_box(m); PyBindImath::register_imath_plane(m); PyBindImath::register_imath_line(m); - PyBindImath::register_imath_euler(m); + // PyBindImath::register_imath_euler(m) // PyBindImath::register_imath_frustum(m)