Revert "Minor"

This reverts commit 3e0a03978b.

I know remember why that line is there :).
This commit is contained in:
Behdad Esfahbod 2012-08-28 16:31:23 -04:00
parent 3e0a03978b
commit dc5df5af6b
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ static hb_codepoint_t get_arabic_shape (hb_codepoint_t u, unsigned int shape)
static uint16_t get_ligature (hb_codepoint_t first, hb_codepoint_t second)
{
if (unlikely (!second)) return 0;
for (unsigned i = 0; i < ARRAY_LENGTH (ligature_table); i++)
if (ligature_table[i].first == first)
for (unsigned j = 0; j < ARRAY_LENGTH (ligature_table[i].ligatures); j++)