diff options
| author | Ignacio Etcheverry | 2018-01-30 18:53:00 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-05 09:32:29 +0100 |
| commit | 40c779fb70981b59d5a6b7cd317d86ab767837de (patch) | |
| tree | 77e69203b62882bdf6af5b9c9a03ecbd649fd597 /modules/mono/csharp_script.h | |
| parent | 532abf228c1a773caab05eb4722a153f3cdc8d5f (diff) | |
| download | godot-40c779fb70981b59d5a6b7cd317d86ab767837de.tar.gz godot-40c779fb70981b59d5a6b7cd317d86ab767837de.tar.zst godot-40c779fb70981b59d5a6b7cd317d86ab767837de.zip | |
Mono: Remove automatic script multilevel calls
(cherry picked from commit 84437b48645ac688bd182eb9f5f58896e46a752f)
Diffstat (limited to '')
| -rw-r--r-- | modules/mono/csharp_script.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h index 1daa25b74..f18e339e1 100644 --- a/modules/mono/csharp_script.h +++ b/modules/mono/csharp_script.h @@ -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(); |
