소스 검색

Merge pull request #48126 from akien-mga/nodepath-remove-unimplemented-get_parent

NodePath: Remove unimplemented `get_parent()` method
Rémi Verschelde 4 년 전
부모
커밋
eeccab26c5
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      core/string/node_path.h

+ 0 - 2
core/string/node_path.h

@@ -66,8 +66,6 @@ public:
 
 
 	void prepend_period();
 	void prepend_period();
 
 
-	NodePath get_parent() const;
-
 	_FORCE_INLINE_ uint32_t hash() const {
 	_FORCE_INLINE_ uint32_t hash() const {
 		if (!data) {
 		if (!data) {
 			return 0;
 			return 0;