X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c87a0bc8cb73b38f9bf7e8d67620f504c0ea4aea..129b8b1a215fc1fcc1b9f06daa0aeaf22bbce614:/src/common/stringimpl.cpp diff --git a/src/common/stringimpl.cpp b/src/common/stringimpl.cpp index ecf9ea5b1b..3cafa8bf80 100644 --- a/src/common/stringimpl.cpp +++ b/src/common/stringimpl.cpp @@ -752,7 +752,6 @@ bool wxStringImpl::ConcatSelf(size_t nSrcLen, return true; } -#if !wxUSE_UNICODE_UTF8 // get the pointer to writable buffer of (at least) nLen bytes wxStringCharType *wxStringImpl::DoGetWriteBuf(size_t nLen) { @@ -784,6 +783,5 @@ void wxStringImpl::DoUngetWriteBuf(size_t nLen) pData->nDataLength = nLen; pData->Validate(true); } -#endif // !wxUSE_UNICODE_UTF8 #endif // !wxUSE_STL_BASED_WXSTRING