Removed the print_use_colours feature.

More nuisance than help at this stage; removed.
This commit is contained in:
Simon Brooke 2019-02-07 15:42:01 +00:00
parent 93c40b7d27
commit 27411689c9
3 changed files with 6 additions and 47 deletions

View file

@ -99,11 +99,8 @@ int main( int argc, char *argv[] ) {
exit( 1 );
}
while ( ( option = getopt( argc, argv, "cpdv:" ) ) != -1 ) {
while ( ( option = getopt( argc, argv, "pdv:" ) ) != -1 ) {
switch ( option ) {
case 'c':
print_use_colours = true;
break;
case 'd':
dump_at_end = true;
break;