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 bd7255e095
commit 1b517f2b23

View File

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