attempt to quiet some onefile complaints

This commit is contained in:
nhmall
2023-04-21 10:42:36 -04:00
parent 826ce951e7
commit b26ec2f677
4 changed files with 24 additions and 21 deletions

View File

@@ -49,11 +49,4 @@
#define DRAGON_SILVER CLR_BRIGHT_CYAN
#define HI_ZAP CLR_BRIGHT_BLUE
struct menucoloring {
struct nhregex *match;
char *origstr;
int color, attr;
struct menucoloring *next;
};
#endif /* COLOR_H */