mirror of
https://github.com/godotengine/godot.git
synced 2025-10-23 18:03:35 +00:00
Removed unused variables (first pass)
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
This commit is contained in:
parent
1b9433594e
commit
b6ac91c0e6
13 changed files with 20 additions and 100 deletions
|
@ -502,7 +502,6 @@ void GDFunctions::call(Function p_func,const Variant **p_args,int p_arg_count,Va
|
|||
|
||||
Ref<FuncRef> fr = memnew( FuncRef);
|
||||
|
||||
Object *obj = *p_args[0];
|
||||
fr->set_instance(*p_args[0]);
|
||||
fr->set_function(*p_args[1]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue