Browse Source

remove incorrect comment

David Rose 22 years ago
parent
commit
4493177036
1 changed files with 0 additions and 5 deletions
  1. 0 5
      panda/src/pgraph/transformState.cxx

+ 0 - 5
panda/src/pgraph/transformState.cxx

@@ -199,11 +199,6 @@ TransformState::
 //  Description: Provides an arbitrary ordering among all unique
 //  Description: Provides an arbitrary ordering among all unique
 //               TransformStates, so we can store the essentially
 //               TransformStates, so we can store the essentially
 //               different ones in a big set and throw away the rest.
 //               different ones in a big set and throw away the rest.
-//
-//               This method is not needed outside of the TransformState
-//               class because all equivalent TransformState objects are
-//               guaranteed to share the same pointer; thus, a pointer
-//               comparison is always sufficient.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 bool TransformState::
 bool TransformState::
 operator < (const TransformState &other) const {
 operator < (const TransformState &other) const {