diff options
author | Yuri Rubinsky <chaosus89@gmail.com> | 2022-08-20 17:54:48 +0300 |
---|---|---|
committer | Yuri Rubinsky <chaosus89@gmail.com> | 2022-08-22 10:30:08 +0300 |
commit | 772b0d28187531f43292830e3c4cb40557485b5b (patch) | |
tree | 008e91aa9f943f99090914a30246880382a48db2 /core/string | |
parent | 847183093d2948601cdd82f50a333bdee2d6eef0 (diff) |
Remove `String::erase` method declaration
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 6c3169f136..4190c70463 100644 --- a/core/string/ustring.h +++ b/core/string/ustring.h @@ -373,8 +373,6 @@ public: String plus_file(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); |