Standardize code

This commit is contained in:
yinkaile 2013-06-07 20:07:01 +08:00
parent 718a8e763e
commit d66a3870d4
2 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,6 @@ CCColliderDetector::~CCColliderDetector()
{
ColliderBody *colliderBody = (ColliderBody *)object;
CCContourData *contourData = colliderBody->getContourData();
b2Body *body = colliderBody->getB2Body();
CCPhysicsWorld::sharedPhysicsWorld()->getNoGravityWorld()->DestroyBody(body);
}

View File

@ -115,7 +115,6 @@ static const char *FL_NAN = "NaN";
static const char *FRAME_DATA = "frame_data";
static const char *MOVEMENT_BONE_DATA = "mov_bone_data";
static const char *MOVEMENT_FRAME_DATA = "mov_frame_data";
static const char *MOVEMENT_DATA = "mov_data";
static const char *ANIMATION_DATA = "animation_data";
static const char *DISPLAY_DATA = "display_data";