mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
remove xo_color_t dup typedef
This commit is contained in:
parent
5d83a7b631
commit
12e56f5d99
1 changed files with 0 additions and 1 deletions
|
|
@ -239,7 +239,6 @@ typedef uint8_t xo_color_t;
|
|||
#define XO_EFF_CLEAR_BITS XO_EFF_RESET /* Reset gets reset, surprisingly */
|
||||
|
||||
typedef uint8_t xo_effect_t;
|
||||
typedef uint8_t xo_color_t;
|
||||
typedef struct xo_colors_s {
|
||||
xo_effect_t xoc_effects; /* Current effect set */
|
||||
xo_color_t xoc_col_fg; /* Foreground color */
|
||||
|
|
|
|||
Loading…
Reference in a new issue