diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-24 20:12:06 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-24 20:12:06 +0200 |
| commit | bfb3b3abd8b26953ed8d3381909f1988745b19c6 (patch) | |
| tree | 37e04634993315a2e2d2aba5253146c6f0cd8b8f | |
| parent | 5839817c51f819ba39ee67c315bcc49f25770e79 (diff) | |
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.
| -rw-r--r-- | FL/fl_types.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/FL/fl_types.h b/FL/fl_types.h index c571f3dce..c737507e4 100644 --- a/FL/fl_types.h +++ b/FL/fl_types.h @@ -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 |
