aboutsummaryrefslogtreecommitdiff
path: root/ide/command_windows.mli
diff options
context:
space:
mode:
authorvgross2010-07-02 15:04:49 +0000
committervgross2010-07-02 15:04:49 +0000
commit310e354ce2a0258e5fe123c840aaa3b469791b74 (patch)
tree918f2ef67c5823ec7b19147d2fffc03ea4b66e7a /ide/command_windows.mli
parent4e90d6d144df100d98bff366c2c2c188b375ff12 (diff)
Fixing tabs closing problems by removing activation infrastructure.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13238 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/command_windows.mli')
-rw-r--r--ide/command_windows.mli8
1 files changed, 1 insertions, 7 deletions
diff --git a/ide/command_windows.mli b/ide/command_windows.mli
index 24e79cb933..29b734b370 100644
--- a/ide/command_windows.mli
+++ b/ide/command_windows.mli
@@ -7,14 +7,8 @@
(************************************************************************)
class command_window :
- unit ->
+ Coq.coqtop ->
object
method new_command : ?command:string -> ?term:string -> unit -> unit
method frame : GBin.frame
end
-
- val main : unit -> unit
-
-val command_window : unit -> command_window
-
-val get_current_toplevel : (unit -> Coq.coqtop) ref