From 80313ee8e2f8aac64e166f17bdf8c49b27fc25aa Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 7 Sep 2018 14:34:35 +0100 Subject: remove duplicate definition left over from merge --- include/libutf8proc/utf8proc.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/libutf8proc/utf8proc.h b/include/libutf8proc/utf8proc.h index 1fd79c6..f5cc1e1 100644 --- a/include/libutf8proc/utf8proc.h +++ b/include/libutf8proc/utf8proc.h @@ -551,12 +551,6 @@ UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_custom( */ UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_normalize_utf32(utf8proc_int32_t *buffer, utf8proc_ssize_t length, utf8proc_option_t options); -/** - * Reencodes the sequence of unicode characters given by the pointer - * 'buffer' and 'length'. See utf8proc_reencode for further details. - */ -UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_normalize_utf32(utf8proc_int32_t *buffer, utf8proc_ssize_t length, utf8proc_option_t options); - /** * Reencodes the sequence of `length` codepoints pointed to by `buffer` * UTF-8 data in-place (i.e., the result is also stored in `buffer`). -- cgit v1.2.3