mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Cleanup unused engine code
This commit is contained in:
parent
90bdba576a
commit
2c048ea164
56 changed files with 4 additions and 615 deletions
|
|
@ -823,10 +823,6 @@ void Object::property_list_changed_notify() {
|
|||
_change_notify();
|
||||
}
|
||||
|
||||
void Object::cancel_delete() {
|
||||
_predelete_ok = true;
|
||||
}
|
||||
|
||||
void Object::set_script_and_instance(const Variant &p_script, ScriptInstance *p_instance) {
|
||||
//this function is not meant to be used in any of these ways
|
||||
ERR_FAIL_COND(p_script.is_null());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue