mirror of https://github.com/fltk/fltk
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:
parent
5839817c51
commit
bfb3b3abd8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue