File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Generals/Code/GameEngine/Include/GameLogic Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1121,8 +1121,6 @@ class ScriptList : public MemoryPoolObject, public Snapshot
11211121 // / Writes sides (including build list info.)
11221122 static void WriteScriptsDataChunk (DataChunkOutput &chunkWriter, ScriptList *scriptLists[], Int numLists);
11231123 static void WriteScriptsDataChunkJSON (JSONChunkOutput &chunkWriter, ScriptList *scriptLists[], Int numLists);
1124- static Bool ParseScriptsDataChunk (DataChunkInput &file, DataChunkInfo *info, void *userData);
1125- static Bool ParseScriptsDataChunkJSON (JSONChunkInput &file, JSONChunkInfo *info, void *userData);
11261124
11271125 // / Returns array of script list pointers. This can only be called once after scripts
11281126 // / are read, and the caller is responsible for deleting the scripts.
You can’t perform that action at this time.
0 commit comments