diff options
| author | Hugo Herbelin | 2019-04-27 22:21:49 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2019-04-27 22:21:52 +0200 |
| commit | b1a22c6e7584dce2a8294cb29ddada39173ced8a (patch) | |
| tree | a1d74a9772445065a119b2ad4f72c9fe306a96ca | |
| parent | 9b2cbdcdaac203999484ef90225f6cba5e8052db (diff) | |
CoqIDE, cosmetic: removing obsolete comments.
There is no more uses of "old style preferences" but the comment was
still there.
| -rw-r--r-- | ide/preferences.ml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml index 57bc0f583f..3893d023bd 100644 --- a/ide/preferences.ml +++ b/ide/preferences.ml @@ -263,8 +263,6 @@ let get_unicode_bindings_default_file () = (** Hooks *) -(** New style preferences *) - let cmd_coqtop = new preference ~name:["cmd_coqtop"] ~init:None ~repr:Repr.(option string) @@ -645,8 +643,6 @@ let tag_button () = let box = GPack.hbox () in new tag_button (Gobject.unsafe_cast box#as_widget) -(** Old style preferences *) - let save_pref () = if not (Sys.file_exists (Minilib.coqide_config_home ())) then Unix.mkdir (Minilib.coqide_config_home ()) 0o700; |
