Fixes warning about unused static constants.

This commit is contained in:
Xpol Wan 2016-04-18 15:36:42 +08:00
parent b88dc87b0a
commit 8c3137b07f
2 changed files with 0 additions and 3 deletions

View File

@ -46,7 +46,6 @@
NS_CC_BEGIN
static const int UNDERLINE_NODE_TAG = 0xaabbccdd;
/**
* LabelLetter used to update the quad in texture atlas without SpriteBatchNode.
*/

View File

@ -59,7 +59,6 @@ static const char* Property_AnchorPoint = "AnchorPoint";
static const char* Property_ZOrder = "ZOrder";
static const char* Property_ActionValue = "ActionValue";
static const char* Property_BlendValue = "BlendFunc";
static const char* Property_PlayableAct = "PlayableAct";
static const char* ACTION = "action";
static const char* DURATION = "duration";
@ -76,7 +75,6 @@ static const char* START_FRAME = "startFrame";
static const char* X = "x";
static const char* Y = "y";
static const char* ROTATION = "rotation";
static const char* ALPHA = "alpha";
static const char* RED = "red";
static const char* GREEN = "green";
static const char* BLUE = "blue";