]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaGuiTypes.mli
cicNotation* ==> notation*
[helm.git] / matita / matita / matitaGuiTypes.mli
index ae0bab1c24e63abfa5f1aead2645321cde5c1786..af4a6b31d9a8d234852b99a362c9fea256b40e1c 100644 (file)
@@ -130,11 +130,9 @@ object
   inherit clickableMathView
 
     (** load a sequent and render it into parent widget *)
-  method load_sequent: Cic.metasenv -> int -> unit
   method nload_sequent:
    #NCicCoercion.status -> NCic.metasenv -> NCic.substitution -> int -> unit
 
-  method load_object: Cic.obj -> unit
   method load_nobject: #NCicCoercion.status -> NCic.obj -> unit
 end
 
@@ -143,8 +141,6 @@ object
   method reset: unit
   method load_logo: unit
   method load_logo_with_qed: unit
-  method load_sequents:
-   #NCicCoercion.status -> GrafiteTypes.incomplete_proof -> unit
   method nload_sequents: #NTacStatus.tac_status -> unit
   method goto_sequent:
    #NCicCoercion.status -> int -> unit (* to be called _after_ load_sequents *)