Move wxIsUTF8Prefix() to convauto.cpp

This commit is contained in:
Pavel Tyunin
2020-10-06 22:34:52 +03:00
parent 13700025be
commit 240fcee90e
3 changed files with 21 additions and 22 deletions

View File

@@ -387,8 +387,6 @@ private:
int m_options;
};
bool wxIsUTF8Prefix(const char *src, size_t len);
// ----------------------------------------------------------------------------
// wxMBConvUTF16Base: for both LE and BE variants
// ----------------------------------------------------------------------------