X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaTypes.mli;h=75fca5049a650621a0f98a9ba8b515275e4172fa;hb=cce6d001d2c71a0a7f4b6d4bb136d105224b2cd1;hp=3509f0ee7fc9b77be375d685b0d6076e290158c3;hpb=f6b7c6ae353e014761a3d24dbc87e00d828d7f2d;p=helm.git diff --git a/matita/matita/matitaTypes.mli b/matita/matita/matitaTypes.mli index 3509f0ee7..75fca5049 100644 --- a/matita/matita/matitaTypes.mli +++ b/matita/matita/matitaTypes.mli @@ -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