Remove unused inherits_static from GDCLASS

This commit is contained in:
Marc Gilleron 2022-01-03 20:24:16 +00:00
parent 28174d531b
commit a88e1ce362

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