From df312f4d24ba101e5d87684d88ec4570884f4c6b Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Thu, 15 May 2014 19:50:00 +0200 Subject: [PATCH] Deleted forward declaration. --- spine-cocos2dx/src/spine/PolygonBatch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/spine-cocos2dx/src/spine/PolygonBatch.h b/spine-cocos2dx/src/spine/PolygonBatch.h index a9e448701..904f4ae8f 100644 --- a/spine-cocos2dx/src/spine/PolygonBatch.h +++ b/spine-cocos2dx/src/spine/PolygonBatch.h @@ -35,8 +35,6 @@ namespace spine { -class cocos2d::Texture2D; - class PolygonBatch : public cocos2d::Ref { public: static PolygonBatch* createWithCapacity (int capacity);