summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/nativescript/nativescript.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-26 17:09:41 +0200
committerGitHub <noreply@github.com>2020-07-26 17:09:41 +0200
commitb2096ba53eb422ae2fbf8b49cf1f4806878127fb (patch)
tree4eae08b1d8ed1849e216040dddd5a4999a884907 /modules/gdnative/nativescript/nativescript.h
parent94ff5ee535ff3f20685b06e2b959e3a52b2eabbe (diff)
parent2b9d9bc3644de19b291c16b2facc418f3d64d4fc (diff)
downloadredot-engine-b2096ba53eb422ae2fbf8b49cf1f4806878127fb.tar.gz
Merge pull request #40670 from vnen/remove-multilevel-call
Remove multilevel calls
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.h')
-rw-r--r--modules/gdnative/nativescript/nativescript.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gdnative/nativescript/nativescript.h b/modules/gdnative/nativescript/nativescript.h
index e709ce2337..145bf7dcb6 100644
--- a/modules/gdnative/nativescript/nativescript.h
+++ b/modules/gdnative/nativescript/nativescript.h
@@ -231,9 +231,6 @@ public:
virtual ScriptLanguage *get_language();
- virtual void call_multilevel(const StringName &p_method, const Variant **p_args, int p_argcount);
- virtual void call_multilevel_reversed(const StringName &p_method, const Variant **p_args, int p_argcount);
-
virtual void refcount_incremented();
virtual bool refcount_decremented();