Skip to content

Commit

Permalink
Merge pull request #64762 from neikeq/csharp-dangling-callable-code
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Aug 23, 2022
2 parents f583b83 + bc12436 commit d560650
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
6 changes: 0 additions & 6 deletions modules/mono/glue/GodotSharp/GodotSharp/Core/Callable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,5 @@ stackalloc godot_variant.movable[VarArgsSpanThreshold].Cleared() :
NativeFuncs.godotsharp_callable_call_deferred(callable, (godot_variant**)argsPtr, argc);
}
}

[MethodImpl(MethodImplOptions.InternalCall)]
internal static extern object godot_icall_Callable_Call(ref Callable callable, object[] args);

[MethodImpl(MethodImplOptions.InternalCall)]
internal static extern void godot_icall_Callable_CallDeferred(ref Callable callable, object[] args);
}
}
79 changes: 0 additions & 79 deletions modules/mono/glue/callable_glue.cpp

This file was deleted.

0 comments on commit d560650

Please sign in to comment.