]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaGuiTypes.mli
severe bug found in parallel zeta
[helm.git] / matita / matita / matitaGuiTypes.mli
index 5ced23d9edae6cef9cbe216785d1fa19eaf7ab05..f75769fb0daccdc65168e3160db4716770e7a0f0 100644 (file)
@@ -29,7 +29,6 @@ object
   method main: MatitaGeneratedGui.mainWin
 
     (** {2 Utility methods} *)
-  method newScript: unit -> unit
   method loadScript: string -> unit
 end
 
@@ -44,8 +43,3 @@ object
   method goto_sequent:
    #ApplyTransformation.status -> int -> unit (* to be called _after_ load_sequents *)
 end
-
-class type cicBrowser =
-object
-  method load: MatitaTypes.mathViewer_entry -> unit
-end