mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #104921 from Ivorforce/no-get-valid-parents
Remove unused `get_valid_parents_static` functions from `GDCLASS`.
This commit is contained in:
commit
d0b3e0b474
2 changed files with 0 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue