Remove unused declaration of Fl_Char

This commit is contained in:
Albrecht Schlosser
2021-08-30 12:01:32 +02:00
parent 6d78015071
commit d4b210a763
2 changed files with 2 additions and 5 deletions
+2 -2
View File
@@ -242,8 +242,8 @@ public:
*/
const char* value() const {return value_;}
/* Returns the character at index \p i. */
Fl_Char index(int i) const;
/* Returns the Unicode character at index \p i. */
unsigned int index(int i) const;
/**
Returns the number of bytes in value().
-3
View File
@@ -52,9 +52,6 @@ typedef unsigned long ulong;
*/
typedef unsigned int Fl_Shortcut;
/** 24-bit Unicode character - upper 8 bits are unused */
typedef unsigned int Fl_Char;
/*@}*/ /* group: Miscellaneous */
#endif