Removed unnecessary lines.

This commit is contained in:
enn0x 2009-12-31 12:36:23 +00:00
parent 4a36bb7093
commit f40a807484

View File

@ -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;
}
*/