Remove stale comment

Unicode guarantees that.
This commit is contained in:
Behdad Esfahbod 2011-07-14 16:19:46 -04:00
parent a73c66b134
commit cff4b5b3a3

View File

@ -252,9 +252,6 @@ g_unicode_canonical_decomposition (gunichar ch,
*result_len = 1;
}
/* Supposedly following the Unicode 2.1.9 table means that the
decompositions come out in canonical order. I haven't tested
this, but we rely on it here. */
return r;
}