]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaTypes.mli
update in ground
[helm.git] / matita / matita / matitaTypes.mli
index 3509f0ee7fc9b77be375d685b0d6076e290158c3..75fca5049a650621a0f98a9ba8b515275e4172fa 100644 (file)
@@ -38,13 +38,3 @@ type mathViewer_entry =
 
 val string_of_entry : mathViewer_entry -> string
 val entry_of_string : string -> mathViewer_entry
-
-class type mathViewer =
-  object
-    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