From 798ee9da83b6468363516ef6297d97e28cc3e922 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Feb 2016 17:17:30 +0100 Subject: [PATCH] Remove copy-paste error in wxBase64Encode() documentation This was apparently accidentally copied from the other overload but doesn't make sense for this one. --- interface/wx/base64.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/interface/wx/base64.h b/interface/wx/base64.h index 40ab606776..dc5abe4402 100644 --- a/interface/wx/base64.h +++ b/interface/wx/base64.h @@ -57,10 +57,6 @@ size_t wxBase64Encode(char* dst, size_t dstLen, There is no error return. - To allocate the buffer of the correct size, use wxBase64EncodedSize() or - call this function with @a dst set to @NULL -- it will then return the - necessary buffer size. - @param src The input buffer, must not be @NULL. @param srcLen