summaryrefslogtreecommitdiff
path: root/FL/fl_utf8.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-11-09 14:37:07 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-11-09 14:37:07 +0100
commit733511af41f99d0405bfac03541aed7c89e97fa8 (patch)
tree1572800d433016c773d7105f90d2d06c49ec42ec /FL/fl_utf8.h
parentd12d16f6abd2b414401007e0f975f369b5262097 (diff)
Remove warnings when building Doxygen documentation.
Diffstat (limited to 'FL/fl_utf8.h')
-rw-r--r--FL/fl_utf8.h5
1 files changed, 0 insertions, 5 deletions
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) */