File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
GeneralsMD/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 @@ -1156,8 +1156,6 @@ class ScriptList : public MemoryPoolObject, public Snapshot
11561156 // / Writes sides (including build list info.)
11571157 static void WriteScriptsDataChunk (DataChunkOutput &chunkWriter, ScriptList *scriptLists[], Int numLists);
11581158 static void WriteScriptsDataChunkJSON (JSONChunkOutput &chunkWriter, ScriptList *scriptLists[], Int numLists);
1159- static Bool ParseScriptsDataChunk (DataChunkInput &file, DataChunkInfo *info, void *userData);
1160- static Bool ParseScriptsDataChunkJSON (JSONChunkInput &file, JSONChunkInfo *info, void *userData);
11611159
11621160 // / Returns array of script list pointers. This can only be called once after scripts
11631161 // / are read, and the caller is responsible for deleting the scripts.
You can’t perform that action at this time.
0 commit comments