Skip to content

Commit

Permalink
Delete loop with no effect from GlyphUninit
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <[email protected]>
Reviewed-by: Jamey Sharp <[email protected]>
  • Loading branch information
keith-packard committed Apr 30, 2010
1 parent 65e961f commit 4085896
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions render/glyph.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@ GlyphUninit (ScreenPtr pScreen)
}
}
}

for (fdepth = 0; fdepth < GlyphFormatNum; fdepth++)
{
if (!globalGlyphs[fdepth].hashSet)
continue;

for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++)
glyph = globalGlyphs[fdepth].table[i].glyph;
}
}

GlyphHashSetPtr
Expand Down

0 comments on commit 4085896

Please sign in to comment.