Remove mj_activate and mj_deactivate.
PiperOrigin-RevId: 538799120 Change-Id: I4d6729131e20ab9ae15c94c221ba83ae5732e942
This commit is contained in:
committed by
Copybara-Service
parent
188b04fba5
commit
466c9aca82
@@ -42,10 +42,6 @@ PYBIND11_MODULE(_functions, pymodule) {
|
||||
// for MjWrapper types and therefore generates prettier docstrings.
|
||||
py::module::import("mujoco._structs");
|
||||
|
||||
// Activation
|
||||
Def<traits::mj_activate>(pymodule);
|
||||
Def<traits::mj_deactivate>(pymodule);
|
||||
|
||||
// Virtual file system
|
||||
// Skipped entire section
|
||||
|
||||
|
||||
Reference in New Issue
Block a user