diff options
Diffstat (limited to 'ide/wg_Command.mli')
-rw-r--r-- | ide/wg_Command.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/wg_Command.mli b/ide/wg_Command.mli index 97f96f458..fa50ba5fd 100644 --- a/ide/wg_Command.mli +++ b/ide/wg_Command.mli @@ -10,8 +10,6 @@ class command_window : string -> Coq.coqtop -> object method new_query : ?command:string -> ?term:string -> unit -> unit method pack_in : (GObj.widget -> unit) -> unit - method refresh_font : unit -> unit - method refresh_color : unit -> unit method show : unit method hide : unit method visible : bool |