This commit is contained in:
Behdad Esfahbod 2012-04-24 16:02:12 -04:00
parent 29a7e306e3
commit bb09f0ec10
1 changed files with 0 additions and 2 deletions

View File

@ -85,7 +85,6 @@ hb_unicode_compose_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED,
hb_codepoint_t *ab HB_UNUSED,
void *user_data HB_UNUSED)
{
/* TODO handle Hangul jamo here? */
return FALSE;
}
@ -96,7 +95,6 @@ hb_unicode_decompose_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED,
hb_codepoint_t *b HB_UNUSED,
void *user_data HB_UNUSED)
{
/* TODO handle Hangul jamo here? */
return FALSE;
}