1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Removed unused get_valid_parents_static functions from GDCLASS.

This commit is contained in:
Lukas Tenbrink
2025-04-02 13:50:47 +02:00
parent c7ea8614d7
commit be82731f99
2 changed files with 0 additions and 15 deletions

View File

@@ -258,12 +258,6 @@ void Object::_postinitialize() {
notification(NOTIFICATION_POSTINITIALIZE);
}
void Object::get_valid_parents_static(List<String> *p_parents) {
}
void Object::_get_valid_parents_static(List<String> *p_parents) {
}
void Object::set(const StringName &p_name, const Variant &p_value, bool *r_valid) {
#ifdef TOOLS_ENABLED