]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.mli
ported to new getter interface
[helm.git] / helm / matita / matitaMathView.mli
index ed57b886c44c7af09a476918b81cde2b50f599b3..045555b802f14ee7f0ccf7316a55461676f44c97 100644 (file)
@@ -59,8 +59,6 @@ class type sequentsViewer =
     method goto_sequent: int -> unit  (* to be called _after_ load_sequents *)
   end
 
-exception Browser_failure of string
-
 class type cicBrowser =
 object
   method load: MatitaTypes.mathViewer_entry -> unit