Browse Source

Removed unnecessary lines.

enn0x 16 years ago
parent
commit
f40a807484
1 changed files with 0 additions and 24 deletions
  1. 0 24
      panda/src/physx/physxObject.cxx

+ 0 - 24
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;
-}
-*/
-