diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-01 14:51:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-01 14:51:12 +0100 |
| commit | c460e38bf38a46c758f210f19eb0320bcf59cb79 (patch) | |
| tree | b7b4aed71c969b602ccf28b8138a89577a8f94fe /modules/mono/csharp_script.h | |
| parent | 906ac2fc9d079d241aa27bc7588818908acb7310 (diff) | |
| parent | 84437b48645ac688bd182eb9f5f58896e46a752f (diff) | |
| download | redot-engine-c460e38bf38a46c758f210f19eb0320bcf59cb79.tar.gz | |
Merge pull request #16205 from neikeq/issue-15053
Mono: Remove automatic script multilevel calls
Diffstat (limited to 'modules/mono/csharp_script.h')
| -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 1daa25b74e..f18e339e18 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(); |
