Merge pull request #56469 from Zylann/remove_gdclass_inherits_static

This commit is contained in:
Rémi Verschelde 2022-01-04 14:28:41 +01:00 committed by GitHub
commit 5ae0f0f199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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; \