Browse Source

Removed unused local.

NathanSweet 11 years ago
parent
commit
83a5d8ac12
1 changed files with 0 additions and 1 deletions
  1. 0 1
      spine-cocos2d-iphone/3.0/src/spine/SkeletonRenderer.m

+ 0 - 1
spine-cocos2d-iphone/3.0/src/spine/SkeletonRenderer.m

@@ -139,7 +139,6 @@ static const int quadTriangles[6] = {0, 1, 2, 2, 3, 0};
 	_skeleton->a = self.opacity;
 
 	int additive = -1;
-	ccColor4B color;
 	const float* uvs = 0;
 	int verticesCount = 0;
 	const int* triangles = 0;