Copied from old documentation. Removed all Gedcom_val details.
[gedcom-parse.git] / gedcom / gedcom.y
index bd6ea1d3d922970796af5d9743cda8d69bcab726..5448c74b89e26a3d6207e0fa33b37f9b5cb86aae 100644 (file)
@@ -4353,9 +4353,3 @@ int gedcom_debug_print(const char* s, ...)
   }
   return(res);
 }
-
-/* Setting the error mechanism */
-void gedcom_set_error_handling(Gedcom_err_mech mechanism)
-{
-  error_mechanism = mechanism;
-}