issue #2407: Removing unused codes in Box2dTest.h

This commit is contained in:
James Chen 2013-07-17 14:32:38 +08:00
parent 53ace33d26
commit b6fda7bf7c
1 changed files with 0 additions and 11 deletions

View File

@ -5,17 +5,6 @@
#include "Box2D/Box2D.h"
#include "../testBasic.h"
class PhysicsSprite : public Sprite
{
public:
PhysicsSprite();
void setPhysicsBody(b2Body * body);
virtual bool isDirty(void);
virtual AffineTransform nodeToParentTransform(void);
private:
b2Body* _body; // strong ref
};
class Box2DTestLayer : public Layer
{
Texture2D* _spriteTexture; // weak ref