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 d5dbc48849
3 changed files with 6 additions and 47 deletions

View file

@ -16,6 +16,5 @@
struct cons_pointer print( URL_FILE * output, struct cons_pointer pointer );
void println( URL_FILE * output );
extern int print_use_colours;
#endif