commit | 4b9cfc8c1efad7a836eacdba7a1e98e34f82a669 | [log] [tgz] |
---|---|---|
author | Syoyo Fujita <syoyo@lighttransport.com> | Thu Sep 07 22:03:46 2023 +0900 |
committer | Syoyo Fujita <syoyo@lighttransport.com> | Thu Sep 07 22:03:46 2023 +0900 |
tree | d2bdfed4f0698d598b0522b954ed5239543f6901 | |
parent | c40c9c223ef3e750ec51ebae31886b22fe7f7fa9 [diff] |
Remove unused code. Fixes #454
diff --git a/tiny_gltf.h b/tiny_gltf.h index f2d49e0..4348070 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h
@@ -6768,10 +6768,6 @@ bin_size_ = size_t(chunk1_length); } - // Extract JSON string. - std::string jsonString(reinterpret_cast<const char *>(&bytes[20]), - chunk0_length); - is_binary_ = true; bool ret = LoadFromString(model, err, warn,