diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/make_binders.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/make_binders.py b/core/make_binders.py index c4a0131a32..0252bb638b 100644 --- a/core/make_binders.py +++ b/core/make_binders.py @@ -103,8 +103,6 @@ public: return Variant::NIL; } - virtual StringName _gen_argument_type_name(int p_arg) const { return _gen_argument_type_hint(p_arg); } - virtual PropertyInfo _gen_argument_type_info(int p_argument) const { $ifret if (p_argument==-1) return GetTypeInfo<R>::get_class_info();$ $arg if (p_argument==(@-1)) return GetTypeInfo<P@>::get_class_info(); |