1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Remove empty constructors and destructors from scene/

This commit is contained in:
kobewi
2025-05-06 14:46:54 +02:00
parent 1a1cc0f7b0
commit 34b485d62b
65 changed files with 0 additions and 191 deletions

View File

@@ -1434,8 +1434,6 @@ void Curve2D::_bind_methods() {
ADD_ARRAY_COUNT("Points", "point_count", "set_point_count", "get_point_count", "point_");
}
Curve2D::Curve2D() {}
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
@@ -2514,5 +2512,3 @@ void Curve3D::_bind_methods() {
ADD_GROUP("Up Vector", "up_vector_");
ADD_PROPERTY(PropertyInfo(Variant::BOOL, "up_vector_enabled"), "set_up_vector_enabled", "is_up_vector_enabled");
}
Curve3D::Curve3D() {}