remove xo_color_t dup typedef

This commit is contained in:
Phil Shafer 2017-06-08 17:00:40 +00:00
parent 5d83a7b631
commit 12e56f5d99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319709

View File

@ -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 */