mirror of https://github.com/axmolengine/axmol.git
Removes unused enum in PerformaceCallbackTest
This commit is contained in:
parent
ec40dda7f3
commit
60c1ed28dc
|
@ -42,16 +42,6 @@ static std::function<PerformanceCallbackScene*()> createFunctions[] =
|
|||
|
||||
#define MAX_LAYER (sizeof(createFunctions) / sizeof(createFunctions[0]))
|
||||
|
||||
enum {
|
||||
kTagInfoLayer = 1,
|
||||
|
||||
kTagBase = 20000,
|
||||
};
|
||||
|
||||
enum {
|
||||
kMaxNodes = 15000,
|
||||
kNodesIncrease = 500,
|
||||
};
|
||||
|
||||
static int g_curCase = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue