mirror of https://github.com/axmolengine/axmol.git
Fixes warning about unused static constants.
This commit is contained in:
parent
b88dc87b0a
commit
8c3137b07f
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue