mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Remove unused declaration of Fl_Char
This commit is contained in:
+2
-2
@@ -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().
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user