summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/object/object.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/object/object.h b/core/object/object.h
index fc6e6a3660..0c23a8a7f7 100644
--- a/core/object/object.h
+++ b/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; \