diff options
Diffstat (limited to 'scene/2d/navigation_2d.h')
-rw-r--r-- | scene/2d/navigation_2d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/2d/navigation_2d.h b/scene/2d/navigation_2d.h index 1da13fc78a..6046bddb32 100644 --- a/scene/2d/navigation_2d.h +++ b/scene/2d/navigation_2d.h @@ -35,7 +35,6 @@ #include "scene/2d/node_2d.h" class Navigation2D : public Node2D { - GDCLASS(Navigation2D, Node2D); RID map; |