Update JTImporter.cpp

disable unused method,.
pull/2541/head
Kim Kulling 2019-07-11 19:23:00 +02:00 committed by GitHub
parent da33262bcc
commit 82e7775d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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;