Browse Source

Remove `String::erase` method declaration

Yuri Rubinsky 3 năm trước cách đây
mục cha
commit
772b0d2818
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      core/string/ustring.h

+ 0 - 2
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);