Merge pull request #43462 from pulawskig/master
Removing unneeded FuncRef code in C#
This commit is contained in:
commit
a6d4484e57
1 changed files with 0 additions and 8 deletions
|
@ -39,14 +39,6 @@ namespace Godot
|
|||
return val * sgn;
|
||||
}
|
||||
|
||||
public static FuncRef FuncRef(Object instance, StringName funcName)
|
||||
{
|
||||
var ret = new FuncRef();
|
||||
ret.SetInstance(instance);
|
||||
ret.SetFunction(funcName);
|
||||
return ret;
|
||||
}
|
||||
|
||||
public static int Hash(object var)
|
||||
{
|
||||
return godot_icall_GD_hash(var);
|
||||
|
|
Loading…
Add table
Reference in a new issue