Cleanup unused/underused singleton StringNames

This commit is contained in:
kobewi
2024-05-14 16:34:59 +02:00
parent 4971b71899
commit 59f05ed31a
7 changed files with 10 additions and 179 deletions

View File

@ -59,9 +59,6 @@ public:
StringName _iter_get;
StringName get_rid;
StringName _to_string;
#ifdef TOOLS_ENABLED
StringName _sections_unfolded;
#endif
StringName _custom_features;
StringName x;
@ -90,8 +87,6 @@ public:
StringName call;
StringName call_deferred;
StringName bind;
StringName unbind;
StringName emit;
StringName notification;
StringName property_list_changed;
};