Skip to content

Commit

Permalink
remove Frustum
Browse files Browse the repository at this point in the history
Signed-off-by: Todica Ionut <[email protected]>
  • Loading branch information
TodicaIonut authored Dec 18, 2024
1 parent 04f41fa commit ccccef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind11/PyBindImath/PyBindImath.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ccccef3

Please sign in to comment.