summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-08-24 00:50:16 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-08-24 00:50:16 -0300
commit05a678534433997c71f542ae1b3cecd35abde298 (patch)
treecf2a141c3db789a9a7b3ae19ad56601d3477437c
parent36e0a72c77348d4a1f2195937dff8dba88f7e044 (diff)
GCC fixes
-rw-r--r--core/make_binders.py2
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();