Skip to content

Commit

Permalink
Get rid of obsolete enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Subsentient committed Sep 26, 2015
1 parent 9420f92 commit d21da07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wzblue.h
Expand Up @@ -13,7 +13,6 @@ See the included file UNLICENSE.TXT for more information.
#include <gtk/gtk.h>

#define NUMELEMENTS(x) (sizeof x / sizeof *x)
typedef enum { BLACK = 30, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, ENDCOLOR = 0 } ConsoleColor;

#include <stdint.h>
typedef struct
Expand Down

0 comments on commit d21da07

Please sign in to comment.