Removes unused enum in PerformaceCallbackTest

This commit is contained in:
James Chen 2014-04-16 10:41:42 +08:00
parent ec40dda7f3
commit 60c1ed28dc
1 changed files with 0 additions and 10 deletions

View File

@ -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;