Remove unused inherits_static
from GDCLASS
This commit is contained in:
parent
28174d531b
commit
a88e1ce362
1 changed files with 0 additions and 3 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue