]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaEngine.ml
hgdome no longer used (RIP)
[helm.git] / matita / matita / matitaEngine.ml
index c80405922efa8eab9905065805da10e40f994ad0..dcc111a95a944064c5d563644f77e94d66ec865f 100644 (file)
@@ -40,6 +40,7 @@ let disambiguate_command lexicon_status_ref grafite_status cmd =
   grafite_status,cmd
 
 let eval_macro_screenshot (status : GrafiteTypes.status) name =
+  assert false (* MATITA 1.0
   let _,_,metasenv,subst,_ = status#obj in
   let sequent = List.hd metasenv in
   let mathml = 
@@ -56,6 +57,7 @@ let eval_macro_screenshot (status : GrafiteTypes.status) name =
     Filename.quote (name^".png")));
   HLog.debug ("generated " ^ name ^ ".png");
   status, `New []
+  *)
 ;;
 
 let eval_ast ?do_heavy_checks status (text,prefix_len,ast) =