[v0.99] Remove break in args parsing (probably from switch/case) and unused style in args.h

This commit is contained in:
Dr-Noob
2021-08-21 09:56:29 +02:00
parent 2ab3f8eb40
commit d312c32b1c
2 changed files with 0 additions and 2 deletions

View File

@@ -289,7 +289,6 @@ bool parse_args(int argc, char* argv[]) {
printErr("Invalid style '%s'",optarg);
return false;
}
break;
}
else if(opt == args_chr[ARG_HELP]) {
args.help_flag = true;

View File

@@ -13,7 +13,6 @@ struct color {
enum {
STYLE_EMPTY,
STYLE_FANCY,
STYLE_WILD,
STYLE_RETRO,
STYLE_LEGACY,
STYLE_INVALID