1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

Removed an accidentally-committed method from String

This commit is contained in:
jules 2016-12-24 09:40:06 +00:00
parent b90077c85f
commit b184ca92e8

View file

@ -1204,8 +1204,6 @@ public:
*/
size_t copyToUTF32 (CharPointer_UTF32::CharType* destBuffer, size_t maxBufferSizeBytes) const noexcept;
static String fromSingleByteData (const void* data, size_t numBytes);
//==============================================================================
/** Increases the string's internally allocated storage.