From 5371009d8efbeee7b272b76de6534cad567fc60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 26 Mar 2022 15:46:01 +0100 Subject: Object: Remove unused category boilerplate We might want to re-add something like this if/when we find a good use case for it and do the effort to categorize all objects in the API properly. Until then, it's better to remove that boilerplate since it's not needed. Closes #18711. --- core/core_bind.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/core_bind.h') diff --git a/core/core_bind.h b/core/core_bind.h index a0fdf26dff..11a1220277 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -604,7 +604,6 @@ public: PackedStringArray get_integer_constant_list(const StringName &p_class, bool p_no_inheritance = false) const; bool has_integer_constant(const StringName &p_class, const StringName &p_name) const; int get_integer_constant(const StringName &p_class, const StringName &p_name) const; - StringName get_category(const StringName &p_node) const; bool has_enum(const StringName &p_class, const StringName &p_name, bool p_no_inheritance = false) const; PackedStringArray get_enum_list(const StringName &p_class, bool p_no_inheritance = false) const; -- cgit v1.2.3