summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-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) */