From 12f826da7d8fca9d365ec5b737fdcd891a72b7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 23 Apr 2021 12:36:54 +0200 Subject: [PATCH] NodePath: Remove unimplemented `get_parent()` method Fixes #48100. --- core/string/node_path.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/string/node_path.h b/core/string/node_path.h index 26e15636d9..a277ab26fa 100644 --- a/core/string/node_path.h +++ b/core/string/node_path.h @@ -66,8 +66,6 @@ public: void prepend_period(); - NodePath get_parent() const; - _FORCE_INLINE_ uint32_t hash() const { if (!data) { return 0;