Remove typedefs Fl_String and Fl_CString

These unused typedefs are not used anywhere and should not be defined
at all.

Remove typedef 'Fl_String' as decided in fltk.coredev.
Remove typedef 'Fl_CString' as well for the same reason.
This commit is contained in:
Albrecht Schlosser 2020-07-24 20:12:06 +02:00
parent 5839817c51
commit bfb3b3abd8
1 changed files with 0 additions and 11 deletions

View File

@ -29,17 +29,6 @@ typedef unsigned char uchar;
/** unsigned long */
typedef unsigned long ulong;
/** Flexible length UTF-8 Unicode text.
*
* \todo FIXME: temporary (?) typedef to mark UTF-8 and Unicode conversions
*/
typedef char *Fl_String;
/** Flexible length UTF-8 Unicode read-only string.
* \sa Fl_String
*/
typedef const char *Fl_CString;
/** 16-bit Unicode character + 8-bit indicator for keyboard flags.
\note This \b should be 24-bit Unicode character + 8-bit indicator for