X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fgedcom.y;h=5448c74b89e26a3d6207e0fa33b37f9b5cb86aae;hb=6103dd898c4de86c68891cc0222543988a2caab7;hp=bd6ea1d3d922970796af5d9743cda8d69bcab726;hpb=6ac96eea2be7cea48b8cf4232c3be6699078173b;p=gedcom-parse.git diff --git a/gedcom/gedcom.y b/gedcom/gedcom.y index bd6ea1d..5448c74 100644 --- a/gedcom/gedcom.y +++ b/gedcom/gedcom.y @@ -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; -}