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:
parent
b90077c85f
commit
b184ca92e8
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue