Remove explicit default constructor for Accessor

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sammy Newhide
2025-05-05 16:43:20 -07:00
committed by GitHub
parent 8a319d3efc
commit e9573349e7

View File

@@ -898,7 +898,6 @@ struct Accessor {
// unreachable return 0;
}
Accessor() = default;
DEFAULT_METHODS(Accessor)
bool operator==(const tinygltf::Accessor &) const;
};