]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaTypes.ml
update in ground_2 static_2 basic_2
[helm.git] / matita / matita / matitaTypes.ml
index 1f7c50729415d20a93466ced090ada597cea06b7..a772ae94695933f7a27fd20ae50783936074ec6b 100644 (file)
@@ -75,16 +75,3 @@ let entry_of_string = function
   | "about:grammar"    -> `About `Grammar
   | _ ->  (* only about entries supported ATM *)
       raise (Invalid_argument "entry_of_string")
-
-class type mathViewer =
-  object
-    (** @param reuse if set reused last opened cic browser otherwise 
-     *  opens a new one. default is false
-     *)
-    method show_entry: ?reuse:bool -> mathViewer_entry -> unit
-    method show_uri_list:
-      ?reuse:bool -> entry:mathViewer_entry -> NReference.reference list -> unit
-    method screenshot: 
-      GrafiteTypes.status -> NCic.metasenv -> NCic.metasenv ->
-        NCic.substitution -> string -> unit
-  end