diff options
| -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 |
