diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-01 22:57:22 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-01 22:57:22 +0200 |
commit | 10bd79cc6a79886d602b5c9b2abc4030e474f99f (patch) | |
tree | 18b882a25f14b5f908d66d5376d4b634adebd10f /core/string | |
parent | 8c7be63588bf3e4ef4b780ff57936c68db5939c7 (diff) | |
parent | 772b0d28187531f43292830e3c4cb40557485b5b (diff) |
Merge pull request #64714 from Chaosus/string_remove_erase
Diffstat (limited to 'core/string')
-rw-r--r-- | core/string/ustring.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/string/ustring.h b/core/string/ustring.h index 31de7cc464..b8ae3c2392 100644 --- a/core/string/ustring.h +++ b/core/string/ustring.h @@ -376,8 +376,6 @@ public: String path_join(const String &p_file) const; char32_t unicode_at(int p_idx) const; - void erase(int p_pos, int p_chars); - CharString ascii(bool p_allow_extended = false) const; CharString utf8() const; Error parse_utf8(const char *p_utf8, int p_len = -1, bool p_skip_cr = false); |