diff --git a/src/hb-deprecated.h b/src/hb-deprecated.h index 5af9bdbd8..369d07361 100644 --- a/src/hb-deprecated.h +++ b/src/hb-deprecated.h @@ -146,12 +146,6 @@ hb_unicode_funcs_set_decompose_compatibility_func (hb_unicode_funcs_t *ufuncs, hb_unicode_decompose_compatibility_func_t func, void *user_data, hb_destroy_func_t destroy); -/** - * hb_unicode_decompose_compatibility: - * - * - * Deprecated: 2.0.0 - **/ HB_EXTERN HB_DEPRECATED unsigned int hb_unicode_decompose_compatibility (hb_unicode_funcs_t *ufuncs, hb_codepoint_t u, diff --git a/src/hb-unicode.cc b/src/hb-unicode.cc index 7b821b46d..596e76d05 100644 --- a/src/hb-unicode.cc +++ b/src/hb-unicode.cc @@ -442,6 +442,7 @@ hb_unicode_decompose (hb_unicode_funcs_t *ufuncs, * Return value: * * Since: 0.9.2 + * Deprecated: 2.0.0 **/ unsigned int hb_unicode_decompose_compatibility (hb_unicode_funcs_t *ufuncs,