[GDNative] removed anchors

This commit is contained in:
Karroffel 2017-11-02 19:01:30 +01:00
parent ffc2669298
commit d82942e1c5
24 changed files with 25 additions and 126 deletions

View file

@ -39,9 +39,6 @@
extern "C" {
#endif
void _string_api_anchor() {
}
void GDAPI godot_string_new(godot_string *r_dest) {
String *dest = (String *)r_dest;
memnew_placement(dest, String);