diff options
| author | Pierre-Marie Pédrot | 2015-08-26 00:47:26 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-08-31 09:09:21 +0200 |
| commit | c53f2f75375dfffd2f258c76f5b722d37ab0daf9 (patch) | |
| tree | 9897889d0f6470ccc93af255c975c04520ba89ee /ide/wg_MessageView.mli | |
| parent | f1ecbf5014dac5a1bfbd4a5bb352fe303280e44b (diff) | |
Switching to an event-based mechanism for CoqIDE preferences.
There is no remaining hook in the preferences. In particular, the
refresh_editor_hook is gone.
Diffstat (limited to 'ide/wg_MessageView.mli')
| -rw-r--r-- | ide/wg_MessageView.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/wg_MessageView.mli b/ide/wg_MessageView.mli index 4dcd7306ba..457ece0900 100644 --- a/ide/wg_MessageView.mli +++ b/ide/wg_MessageView.mli @@ -24,7 +24,6 @@ class type message_view = (** same as [add], but with an explicit level instead of [Notice] *) method buffer : GText.buffer (** for more advanced text edition *) - method modify_font : Pango.font_description -> unit end val message_view : unit -> message_view |
