diff --git a/panda/src/physx/physxObject.cxx b/panda/src/physx/physxObject.cxx index 6f22f17129..b9302993ba 100644 --- a/panda/src/physx/physxObject.cxx +++ b/panda/src/physx/physxObject.cxx @@ -16,27 +16,3 @@ TypeHandle PhysxObject::_type_handle; -/* -//////////////////////////////////////////////////////////////////// -// Function: PhysxObject::set_mass -// Access: Published -// Description: Set the mass of body. -//////////////////////////////////////////////////////////////////// -void PhysxObject:: -set_mass(float mass) { - - _desc.mass = mass; -} - -//////////////////////////////////////////////////////////////////// -// Function: PhysxObject::get_mass -// Access: Published -// Description: Get the mass of body. -//////////////////////////////////////////////////////////////////// -float PhysxObject:: -get_mass() const { - - return _desc.mass; -} -*/ -