diff --git a/tiny_gltf.h b/tiny_gltf.h index c255c38..15d738c 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -4533,7 +4533,6 @@ static bool ParseDracoExtension(Primitive *primitive, Model *model, int dracoAttributeIndex = attribute.second.Get(); const auto pAttribute = mesh->GetAttributeByUniqueId(dracoAttributeIndex); - const auto pBuffer = pAttribute->buffer(); const auto componentType = model->accessors[primitiveAttribute->second].componentType;