[-] Remove redundant auSetupCoreProject
This commit is contained in:
parent
6f77dd5fe0
commit
1b9dd36769
@ -63,6 +63,6 @@ function auFilterPlatform(platform)
|
||||
})
|
||||
end
|
||||
|
||||
function auSetupCoreProject(prj)
|
||||
require("Core/project").startProject(prj)
|
||||
function auGetSetting(name)
|
||||
return Aurora.Settings[name]
|
||||
end
|
@ -32,7 +32,7 @@ function auFilterInO()
|
||||
}
|
||||
end
|
||||
|
||||
function auSetupCoreProjectO()
|
||||
function auStartProjectO()
|
||||
return
|
||||
{
|
||||
name = "Unnamed",
|
||||
|
Loading…
Reference in New Issue
Block a user