summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-09-07 14:34:35 +0100
committerVincent Sanders <vince@kyllikki.org>2019-06-25 23:43:04 +0100
commit80313ee8e2f8aac64e166f17bdf8c49b27fc25aa (patch)
treee8fed11776808c136fa3132aec6468a65097332f
parent282f8e43de41a586a126dac07fec36f50b78c60f (diff)
downloadlibutf8proc-netsurf/v2.2.0.tar.gz
libutf8proc-netsurf/v2.2.0.tar.bz2
remove duplicate definition left over from mergenetsurf/v2.2.0
-rw-r--r--include/libutf8proc/utf8proc.h6
1 files changed, 0 insertions, 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
@@ -552,12 +552,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`).
* Can optionally normalize the UTF-32 sequence prior to UTF-8 conversion.