Remove getBodyName API.

This commit is contained in:
yunfeibai
2017-03-29 15:03:29 -07:00
parent de3f91b64e
commit 64573c38e4
7 changed files with 1 additions and 142 deletions

View File

@@ -943,15 +943,6 @@ const SharedMemoryStatus* PhysicsClientSharedMemory::processServerStatus() {
b3Warning("State Logging failed");
break;
}
case CMD_REQUEST_BODY_NAME_COMPLETED:
{
break;
}
case CMD_REQUEST_BODY_NAME_FAILED:
{
b3Warning("Request body name failed");
break;
}
default: {
b3Error("Unknown server status %d\n", serverCmd.m_type);
btAssert(0);