From a88e1ce3624841910b9860eefe5fa994ed838382 Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Mon, 3 Jan 2022 20:24:16 +0000 Subject: Remove unused `inherits_static` from GDCLASS --- core/object/object.h | 3 --- 1 file changed, 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; \ -- cgit v1.2.3