summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-02-01 14:51:12 +0100
committerGitHub <noreply@github.com>2018-02-01 14:51:12 +0100
commitc460e38bf38a46c758f210f19eb0320bcf59cb79 (patch)
treeb7b4aed71c969b602ccf28b8138a89577a8f94fe /modules/mono/csharp_script.h
parent906ac2fc9d079d241aa27bc7588818908acb7310 (diff)
parent84437b48645ac688bd182eb9f5f58896e46a752f (diff)
downloadredot-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.h2
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();