mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Remove empty constructors and destructors from scene/
This commit is contained in:
@@ -55,8 +55,6 @@ public:
|
||||
|
||||
void set_curve(const Ref<Curve2D> &p_curve);
|
||||
Ref<Curve2D> get_curve() const;
|
||||
|
||||
Path2D() {}
|
||||
};
|
||||
|
||||
class PathFollow2D : public Node2D {
|
||||
@@ -106,6 +104,4 @@ public:
|
||||
bool is_cubic_interpolation_enabled() const;
|
||||
|
||||
PackedStringArray get_configuration_warnings() const override;
|
||||
|
||||
PathFollow2D() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user