]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGtkMisc.ml
now baseuri is needed in each file (and its redefinition is forbidden)
[helm.git] / helm / matita / matitaGtkMisc.ml
index b0624241a8f140c11732a911cc2e960e8d508eb0..9aa4644cbce66b55428a3f83eea32e28e93c3b88 100644 (file)
@@ -29,13 +29,6 @@ open Printf
 open MatitaTypes
 
 let wrap_callback f = f
-(*
-let wrap_callback f () =
-  try
-    f ()
-  with exn ->
-    MatitaLog.error (sprintf "Uncaught exception: %s" (Printexc.to_string exn))
-*)
 
 let connect_button (button: #GButton.button) callback =
   ignore (button#connect#clicked (wrap_callback callback))