unused --argument

This commit is contained in:
Gwenhael Le Moine 2011-07-04 09:56:22 +02:00
parent dfdd3c9883
commit dd3f3558f7

1
star.c
View file

@ -499,7 +499,6 @@ int parse_args( int argc, char* argv[], struct options *o, struct state *s )
{"black-and-white" , no_argument, NULL, 'b'},
{"level" , required_argument, NULL, 'l'},
{"help" , no_argument, NULL, 'h'},
{"version" , no_argument, NULL, 'v'},
{0, 0, 0, 0}
};