mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 08:32:36 +00:00
Remove the old and no longer used archive builder that rebuilt the archive while the game is running.
This approach isn't used anymore. Now we start the archive building with parameters to pyrogeneis. Refs #2241 (the code used g_ScriptingHost which is going to be removed) This was SVN commit r14102.
This commit is contained in:
@@ -386,7 +386,6 @@ JSFunctionSpec ScriptFunctionTable[] =
|
||||
JS_FUNC("getFileSize", JSI_VFS::GetFileSize, 1)
|
||||
JS_FUNC("readFile", JSI_VFS::ReadFile, 1)
|
||||
JS_FUNC("readFileLines", JSI_VFS::ReadFileLines, 1)
|
||||
JS_FUNC("archiveBuilderCancel", JSI_VFS::ArchiveBuilderCancel, 1)
|
||||
|
||||
// Misc. Engine Interface
|
||||
JS_FUNC("exit", ExitProgram, 0)
|
||||
|
||||
Reference in New Issue
Block a user