From 13d2f30a85b781127865fd52abe783ebd5a970d9 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 9 Apr 2016 17:55:12 +0000 Subject: Add platform-independent internal UTF-8 header file. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11568 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Xutf8.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/Xutf8.h') diff --git a/src/Xutf8.h b/src/Xutf8.h index 8fe0ba0cb..050226500 100644 --- a/src/Xutf8.h +++ b/src/Xutf8.h @@ -156,24 +156,6 @@ XUtf8LookupString( Status* status_return); #endif -unsigned short -XUtf8IsNonSpacing( - unsigned int ucs); - -unsigned short -XUtf8IsRightToLeft( - unsigned int ucs); - - -int -XUtf8Tolower( - int ucs); - -int -XUtf8Toupper( - int ucs); - - # ifdef __cplusplus } # endif -- cgit v1.2.3