summaryrefslogtreecommitdiffstats
path: root/src/core/String.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-03-01 16:28:58 +0100
committerGitHub <noreply@github.com>2021-03-01 16:28:58 +0100
commit55c0a2ea03369efefa0f795bdc7f81fbd4568a47 (patch)
tree069520ecface5af683b236029919af91dceeaf31 /src/core/String.cpp
parentcee79bb7a6989677812a88833fca2ed4156a117f (diff)
parentcba90d630177ce6c57b5537e74ef3eab4e9c1ea2 (diff)
downloadredot-cpp-55c0a2ea03369efefa0f795bdc7f81fbd4568a47.tar.gz
Merge pull request #525 from vnen/update-clang-format
Update clang-format to version 11
Diffstat (limited to 'src/core/String.cpp')
-rw-r--r--src/core/String.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/String.cpp b/src/core/String.cpp
index 9db8462..c1efee5 100644
--- a/src/core/String.cpp
+++ b/src/core/String.cpp
@@ -141,7 +141,6 @@ const wchar_t *String::unicode_str() const {
}
char *String::alloc_c_string() const {
-
godot_char_string contents = godot::api->godot_string_utf8(&_godot_string);
int length = godot::api->godot_char_string_length(&contents);
@@ -166,7 +165,6 @@ CharString String::utf8() const {
}
CharString String::ascii(bool p_extended) const {
-
CharString ret;
if (p_extended)