]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.mli
- handles about:* uris in cicBrowser
[helm.git] / helm / matita / matitaMathView.mli
index 1dc3dabe8bcca48af519cc3d3b6d5068cfb5aad4..b11befe4eb9f6ea89bcadf58590188ac566b1103 100644 (file)
@@ -59,11 +59,10 @@ class type sequentsViewer =
 
 exception Browser_failure of string
 
-
 class type cicBrowser =
 object
   method load: MatitaTypes.mathViewer_entry -> unit
-  method loadList: string list -> MatitaTypes.mathViewer_entry -> unit
+  (* method loadList: string list -> MatitaTypes.mathViewer_entry -> unit *)
   method loadInput: string -> unit
 end