[GDNative] removed anchors

This commit is contained in:
Karroffel
2017-11-03 15:17:50 +01:00
parent ffc2669298
commit d82942e1c5
24 changed files with 25 additions and 126 deletions
-2
View File
@@ -38,8 +38,6 @@
extern "C" {
#endif
void _dictionary_api_anchor() {}
void GDAPI godot_dictionary_new(godot_dictionary *r_dest) {
Dictionary *dest = (Dictionary *)r_dest;
memnew_placement(dest, Dictionary);