Removed wiki table generation code

This commit is contained in:
parax0 2015-07-29 10:38:01 -04:00
parent 9d608a9dd0
commit 59c529a629
1 changed files with 2 additions and 0 deletions

View File

@ -538,6 +538,8 @@ void CTemplateLoader::LoadMasterTemplate(tinyxml2::XMLDocument *pDoc)
pNode = pNode->NextSibling(); pNode = pNode->NextSibling();
} }
fclose(f);
} }
void CTemplateLoader::LoadPropertyList(tinyxml2::XMLDocument *pDoc, const std::string& ListName) void CTemplateLoader::LoadPropertyList(tinyxml2::XMLDocument *pDoc, const std::string& ListName)