From bfb3b3abd8b26953ed8d3381909f1988745b19c6 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 24 Jul 2020 20:12:06 +0200 Subject: 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. --- FL/fl_types.h | 11 ----------- 1 file changed, 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 -- cgit v1.2.3