]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaTypes.mli
Update online helper entries
[helm.git] / matita / matita / matitaTypes.mli
index 651294e964ff00c0b9113651765b85b62262b1a9..75fca5049a650621a0f98a9ba8b515275e4172fa 100644 (file)
@@ -38,8 +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
-  end