mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 14:26:43 +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_;}
|
const char* value() const {return value_;}
|
||||||
|
|
||||||
/* Returns the character at index \p i. */
|
/* Returns the Unicode character at index \p i. */
|
||||||
Fl_Char index(int i) const;
|
unsigned int index(int i) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the number of bytes in value().
|
Returns the number of bytes in value().
|
||||||
|
|||||||
@@ -52,9 +52,6 @@ typedef unsigned long ulong;
|
|||||||
*/
|
*/
|
||||||
typedef unsigned int Fl_Shortcut;
|
typedef unsigned int Fl_Shortcut;
|
||||||
|
|
||||||
/** 24-bit Unicode character - upper 8 bits are unused */
|
|
||||||
typedef unsigned int Fl_Char;
|
|
||||||
|
|
||||||
/*@}*/ /* group: Miscellaneous */
|
/*@}*/ /* group: Miscellaneous */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user