Update JTImporter.cpp

disable unused method,.
This commit is contained in:
Kim Kulling
2019-07-11 19:23:00 +02:00
committed by GitHub
parent da33262bcc
commit 82e7775d6d

View File

@@ -131,7 +131,7 @@ TokenEntry* JTImporter::FindTokenEntryByGuid(GUID& guid) {
return it->second;
}
/*
static bool SupportsZlibCompression(SegmentType type) {
switch (type) {
case LogicalSceneGraph:
@@ -162,7 +162,7 @@ static bool SupportsZlibCompression(SegmentType type) {
}
return false;
}
}*/
void JTImporter::ReadDataSegment(BinReader& reader) {
mCurrentDataSegment = new DataSegment;