Delete loop with no effect from GlyphUninit

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
This commit is contained in:
Keith Packard 2010-04-29 12:24:51 -07:00
parent 65e961fcc1
commit 40858960c0

View File

@ -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 GlyphHashSetPtr