summaryrefslogtreecommitdiff
path: root/core/func_ref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/func_ref.cpp')
-rw-r--r--core/func_ref.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/func_ref.cpp b/core/func_ref.cpp
index 0e43112de8..fe09ae01af 100644
--- a/core/func_ref.cpp
+++ b/core/func_ref.cpp
@@ -32,7 +32,6 @@ void FuncRef::_bind_methods() {
{
MethodInfo mi;
mi.name="call";
- mi.arguments.push_back( PropertyInfo( Variant::STRING, "method"));
Vector<Variant> defargs;
for(int i=0;i<10;i++) {
mi.arguments.push_back( PropertyInfo( Variant::NIL, "arg"+itos(i)));