From 733511af41f99d0405bfac03541aed7c89e97fa8 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 9 Nov 2025 14:37:07 +0100 Subject: Remove warnings when building Doxygen documentation. --- FL/fl_utf8.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'FL') diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index bd61ab804..9bf562f3f 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -43,11 +43,6 @@ extern "C" { /* F2: comes from FLTK2 */ /* OD: comes from OksiD */ -/** - Return the number of bytes needed to encode the given UCS4 character in UTF-8. - \param [in] ucs UCS4 encoded character - \return number of bytes required - */ FL_EXPORT int fl_utf8bytes(unsigned ucs); /* OD: returns the byte length of the first UTF-8 char sequence (returns -1 if not valid) */ -- cgit v1.2.3