From 2e372a525e05443e757041ac95f6823908e565e4 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Mon, 28 Nov 2016 12:36:52 -0800 Subject: [PATCH] remove duplicate 'setTimeStep' in pybullet.c --- examples/pybullet/pybullet.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/pybullet/pybullet.c b/examples/pybullet/pybullet.c index 1947ec103..61b57c083 100644 --- a/examples/pybullet/pybullet.c +++ b/examples/pybullet/pybullet.c @@ -3301,11 +3301,6 @@ static PyMethodDef SpamMethods[] = { "Set the amount of time to proceed at each call to stepSimulation. (unit " "is seconds, typically range is 0.01 or 0.001)"}, - - {"setTimeStep", pybullet_setTimeStep, METH_VARARGS, - "Set the amount of time to proceed at each call to stepSimulation." - " (unit is seconds, typically range is 0.01 or 0.001)"}, - {"setDefaultContactERP", pybullet_setDefaultContactERP, METH_VARARGS, "Set the amount of contact penetration Error Recovery Paramater " "(ERP) in each time step. \