Remove unimplemented methods

This commit is contained in:
Marcel Admiraal
2021-10-18 17:58:37 +01:00
parent 62db47a7fb
commit 4d3690eba5
81 changed files with 4 additions and 213 deletions

View File

@ -83,7 +83,6 @@ protected:
public:
void clear();
Error compile(const String &p_pattern);
void _init(const String &p_pattern = "");
Ref<RegExMatch> search(const String &p_subject, int p_offset = 0, int p_end = -1) const;
Array search_all(const String &p_subject, int p_offset = 0, int p_end = -1) const;