]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matita.ml
This commit simplifies the interfaces of the various Widget-related .mli
[helm.git] / matita / matita / matita.ml
index d84203aa4dcbe0706ff77df40d177eb822ed2403..12cb9eedafac1e7a96d11e68d7711b41146603d8 100644 (file)
@@ -77,13 +77,8 @@ let script =
   
   (* math viewers *)
 let _ =
-  let cic_math_view = MatitaMathView.cicMathView_instance () in
   let sequents_viewer = MatitaMathView.sequentsViewer_instance () in
   sequents_viewer#load_logo;
-  cic_math_view#set_href_callback
-    (Some (fun uri ->
-      let uri = `NRef (NReference.reference_of_string uri) in
-       (MatitaMathView.cicBrowser ())#load uri));
   let browser_observer _ = MatitaMathView.refresh_all_browsers () in
   let sequents_observer grafite_status =
     sequents_viewer#reset;