diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-07-26 17:09:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-26 17:09:41 +0200 |
| commit | b2096ba53eb422ae2fbf8b49cf1f4806878127fb (patch) | |
| tree | 4eae08b1d8ed1849e216040dddd5a4999a884907 /modules/gdnative/nativescript/nativescript.h | |
| parent | 94ff5ee535ff3f20685b06e2b959e3a52b2eabbe (diff) | |
| parent | 2b9d9bc3644de19b291c16b2facc418f3d64d4fc (diff) | |
| download | redot-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.h | 3 |
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(); |
