mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove empty constructors and destructors from scene/
This commit is contained in:
parent
1a1cc0f7b0
commit
34b485d62b
65 changed files with 0 additions and 191 deletions
|
|
@ -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() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue