diff options
| author | Karroffel <therzog@mail.de> | 2017-11-19 23:45:01 +0100 |
|---|---|---|
| committer | Karroffel <therzog@mail.de> | 2017-11-20 11:10:05 +0100 |
| commit | 33ffdba553e90471150bd84067c88a79e874a2aa (patch) | |
| tree | bb547c4cbc01d37a8a578cc47f0cd5fcc325cb8e /modules/gdnative/gdnative_api.json | |
| parent | 0865365e21b9d5b33f12e48fb6f5f50e19f48e7d (diff) | |
| download | redot-engine-33ffdba553e90471150bd84067c88a79e874a2aa.tar.gz | |
[GDNative] removed godot_string_c_str
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
| -rw-r--r-- | modules/gdnative/gdnative_api.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 877c65dfb9..0a1c5095d4 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -4362,13 +4362,6 @@ ] }, { - "name": "godot_string_c_str", - "return_type": "const char *", - "arguments": [ - ["const godot_string *", "p_self"] - ] - }, - { "name": "godot_string_unicode_str", "return_type": "const wchar_t *", "arguments": [ |
