Browse Source

Merge pull request #56469 from Zylann/remove_gdclass_inherits_static

Rémi Verschelde 3 years ago
parent
commit
5ae0f0f199
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/object/object.h

+ 0 - 3
core/object/object.h

@@ -359,9 +359,6 @@ public:
 		}                                                                                                                                        \
 		return category;                                                                                                                         \
 	}                                                                                                                                            \
-	static String inherits_static() {                                                                                                            \
-		return String(#m_inherits);                                                                                                              \
-	}                                                                                                                                            \
 	virtual bool is_class(const String &p_class) const override {                                                                                \
 		if (_get_extension() && _get_extension()->is_class(p_class)) {                                                                           \
 			return true;                                                                                                                         \