1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Mono: Remove automatic script multilevel calls

(cherry picked from commit 84437b4864)
This commit is contained in:
Ignacio Etcheverry
2018-01-30 18:53:00 +01:00
committed by Hein-Pieter van Braam
parent 532abf228c
commit 40c779fb70
2 changed files with 9 additions and 22 deletions

View File

@@ -172,8 +172,6 @@ class CSharpInstance : public ScriptInstance {
bool base_ref;
bool ref_dying;
void _ml_call_reversed(MonoObject *p_mono_object, GDMonoClass *klass, const StringName &p_method, const Variant **p_args, int p_argcount);
void _reference_owner_unsafe();
void _unreference_owner_unsafe();