X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaTypes.ml;h=a772ae94695933f7a27fd20ae50783936074ec6b;hb=3c8da07d7a5d7cf0432a83732a6d103f527afaef;hp=6ead6da4769eb85c1444ee560a4af08dbb73b1bd;hpb=ba53effd71fdfdc046dc39ea9dd7f07cf823a1b6;p=helm.git diff --git a/matita/matita/matitaTypes.ml b/matita/matita/matitaTypes.ml index 6ead6da47..a772ae946 100644 --- a/matita/matita/matitaTypes.ml +++ b/matita/matita/matitaTypes.ml @@ -75,11 +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 - end