From 40858960c02a7694b0e1b72e2a986805580ff6f1 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 29 Apr 2010 12:24:51 -0700 Subject: [PATCH] Delete loop with no effect from GlyphUninit Signed-off-by: Keith Packard Reviewed-by: Jamey Sharp --- render/glyph.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/render/glyph.c b/render/glyph.c index f0f3b1913..6b81118ec 100644 --- a/render/glyph.c +++ b/render/glyph.c @@ -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