diff options
Diffstat (limited to 'scene/2d/path_2d.h')
-rw-r--r-- | scene/2d/path_2d.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/2d/path_2d.h b/scene/2d/path_2d.h index 35cf8211f4..288ef698e7 100644 --- a/scene/2d/path_2d.h +++ b/scene/2d/path_2d.h @@ -35,7 +35,6 @@ #include "scene/resources/curve.h" class Path2D : public Node2D { - GDCLASS(Path2D, Node2D); Ref<Curve2D> curve; @@ -60,7 +59,6 @@ public: }; class PathFollow2D : public Node2D { - GDCLASS(PathFollow2D, Node2D); public: |