mirror of https://github.com/axmolengine/axmol.git
Remove useless codes
This commit is contained in:
parent
d9ffa33601
commit
3b23b0c1ff
|
@ -6449,7 +6449,6 @@ static int tolua_cocos2d_utils_captureScreen(lua_State* tolua_S)
|
|||
tolua_pushboolean(tolua_S, succeed);
|
||||
tolua_pushstring(tolua_S, name.c_str());
|
||||
LuaEngine::getInstance()->getLuaStack()->executeFunctionByHandler(handler, 2);
|
||||
CCLOG("Handler is %d", handler);
|
||||
LuaEngine::getInstance()->removeScriptHandler(handler);
|
||||
}, fileName);
|
||||
|
||||
|
|
Loading…
Reference in New Issue