Remove mj_activate and mj_deactivate.

PiperOrigin-RevId: 538799120
Change-Id: I4d6729131e20ab9ae15c94c221ba83ae5732e942
This commit is contained in:
Yuval Tassa
2023-06-08 08:54:55 -07:00
committed by Copybara-Service
parent 188b04fba5
commit 466c9aca82
10 changed files with 4 additions and 87 deletions
-4
View File
@@ -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