Browse Source

Removed an accidentally-committed method from String

tags/2021-05-28
jules 9 years ago
parent
commit
b184ca92e8
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      modules/juce_core/text/juce_String.h

+ 0
- 2
modules/juce_core/text/juce_String.h 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.


Loading…
Cancel
Save