1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Revert "Expose Variant operator= to GDNative"

This commit is contained in:
Rémi Verschelde
2021-12-02 11:45:11 +01:00
committed by GitHub
parent 97bbdde9e5
commit 796f875870
3 changed files with 0 additions and 16 deletions

View File

@@ -170,8 +170,6 @@ extern "C" {
godot_variant_type GDAPI godot_variant_get_type(const godot_variant *p_v);
void GDAPI godot_variant_operator_assign(godot_variant *r_dest, const godot_variant *p_v);
void GDAPI godot_variant_new_copy(godot_variant *r_dest, const godot_variant *p_src);
void GDAPI godot_variant_new_nil(godot_variant *r_dest);