diff options
| author | Pierre-Marie Pédrot | 2014-11-15 19:13:11 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-11-15 19:15:14 +0100 |
| commit | 40cb5731ddfcff2a791033e84cc083c119270fc1 (patch) | |
| tree | 26533dc07af894118366d3f04e550ba8486d561e /lib/flags.mli | |
| parent | 8a03208daca697ec9c2414d0cf5231150ea539e5 (diff) | |
Reworking the -color flag of coqtop.
Diffstat (limited to 'lib/flags.mli')
| -rw-r--r-- | lib/flags.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/flags.mli b/lib/flags.mli index cfc3d5001e..757563926c 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -79,10 +79,6 @@ val if_verbose : ('a -> unit) -> 'a -> unit val make_auto_intros : bool -> unit val is_auto_intros : unit -> bool -(** Terminal colouring *) -val make_term_color : bool -> unit -val is_term_color : unit -> bool - val program_mode : bool ref val is_program_mode : unit -> bool |
