Minor
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 24 Apr 2012 20:02:12 +0000 (16:02 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 24 Apr 2012 20:02:12 +0000 (16:02 -0400)
src/hb-unicode.cc

index a660ccc..f2fbebb 100644 (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;
 }