X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaTypes.mli;h=75fca5049a650621a0f98a9ba8b515275e4172fa;hb=f8b4eb67c2437f7b5174d7dca46e102e0ac0d19d;hp=c1d19ee7e8c5feb3dba2241486d082294ddeee32;hpb=513c7211bb07abd4c1da842a29c05301890aa73a;p=helm.git diff --git a/matita/matita/matitaTypes.mli b/matita/matita/matitaTypes.mli index c1d19ee7e..75fca5049 100644 --- a/matita/matita/matitaTypes.mli +++ b/matita/matita/matitaTypes.mli @@ -38,11 +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 screenshot: - GrafiteTypes.status -> NCic.metasenv -> NCic.metasenv -> - NCic.substitution -> string -> unit - end