remove unused codes

This commit is contained in:
dualface 2014-10-11 03:14:06 +08:00
parent b49d2351ff
commit 74ec90f90f
1 changed files with 7 additions and 9 deletions

View File

@ -41,8 +41,6 @@ local function main()
--set FPS. the default value is 1.0/60 if you don't call this
director:setAnimationInterval(1.0 / 60)
cc.FileUtils:getInstance():addSearchPath("src")
cc.FileUtils:getInstance():addSearchPath("res")
local schedulerID = 0
--support debug
local targetPlatform = cc.Application:getInstance():getTargetPlatform()