removed obsolete variables/code

This commit is contained in:
ejcoumans
2007-06-19 23:57:25 +00:00
parent c095927afb
commit ca24744b9d

View File

@@ -254,14 +254,7 @@ void btAxisSweep3::removeHandle(BP_FP_INT_TYPE handle)
for (axis = 0;axis<3;axis++)
{
Edge* pEdges = m_pEdges[axis];
m_pHandles[0].m_maxEdges[axis] -= 2;
int maxEdge= pHandle->m_maxEdges[axis];
//pEdges[maxEdge].m_pos = BP_HANDLE_SENTINEL;
//pEdges[maxEdge].m_handle = 0;
int minEdge = pHandle->m_minEdges[axis];
//pEdges[minEdge].m_pos = BP_HANDLE_SENTINEL;
//pEdges[minEdge].m_handle = 0;
}
// remove the edges by sorting them up to the end of the list