]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaScript.mli
Useless code removed.
[helm.git] / matita / matita / matitaScript.mli
index 5519e027ba102b5f96dad185e460780fdc48d7f2..add51ccf02eb6e88060fd848b5b79b1d42ef9794 100644 (file)
@@ -84,13 +84,6 @@ object
   method loadFromFile : string -> unit
   method saveToFile : unit -> unit
 
-  (** {2 Current proof} (if any) *)
-
-  method stack: Continuationals.Stack.t       (** @raise Statement_error *)
-
-  method setGoal: int option -> unit
-  method goal: int option
-
   (** end of script, true if the whole script has been executed *)
   method eos: bool
   method bos: bool