diff options
| author | Karroffel | 2017-11-19 23:45:01 +0100 |
|---|---|---|
| committer | Karroffel | 2017-11-20 11:10:05 +0100 |
| commit | 33ffdba553e90471150bd84067c88a79e874a2aa (patch) | |
| tree | bb547c4cbc01d37a8a578cc47f0cd5fcc325cb8e /modules/gdnative/include | |
| parent | 0865365e21b9d5b33f12e48fb6f5f50e19f48e7d (diff) | |
| download | godot-33ffdba553e90471150bd84067c88a79e874a2aa.tar.gz godot-33ffdba553e90471150bd84067c88a79e874a2aa.tar.zst godot-33ffdba553e90471150bd84067c88a79e874a2aa.zip | |
[GDNative] removed godot_string_c_str
Diffstat (limited to 'modules/gdnative/include')
| -rw-r--r-- | modules/gdnative/include/gdnative/string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdnative/include/gdnative/string.h b/modules/gdnative/include/gdnative/string.h index cca3eb267..10358cead 100644 --- a/modules/gdnative/include/gdnative/string.h +++ b/modules/gdnative/include/gdnative/string.h @@ -68,7 +68,6 @@ void GDAPI godot_string_get_data(const godot_string *p_self, char *p_dest, int * wchar_t GDAPI *godot_string_operator_index(godot_string *p_self, const godot_int p_idx); wchar_t GDAPI godot_string_operator_index_const(const godot_string *p_self, const godot_int p_idx); -const char GDAPI *godot_string_c_str(const godot_string *p_self); const wchar_t GDAPI *godot_string_unicode_str(const godot_string *p_self); godot_bool GDAPI godot_string_operator_equal(const godot_string *p_self, const godot_string *p_b); |
