diff --git a/scene/main/scene_tree.h b/scene/main/scene_tree.h index 4e7a10c7e9f..6a21a74a094 100644 --- a/scene/main/scene_tree.h +++ b/scene/main/scene_tree.h @@ -185,12 +185,8 @@ private: Color debug_collision_contact_color; Color debug_paths_color; float debug_paths_width = 1.0f; - Color debug_navigation_color; - Color debug_navigation_disabled_color; Ref debug_contact_mesh; Ref debug_paths_material; - Ref navigation_material; - Ref navigation_disabled_material; Ref collision_material; int collision_debug_contacts;