summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-04-29 12:24:51 -0700
committerKeith Packard <keithp@keithp.com>2010-04-30 13:05:45 -0700
commit40858960c02a7694b0e1b72e2a986805580ff6f1 (patch)
treef5c1d8179c3fc1fa81dd8db3a3256122d6e30875 /render
parent65e961fcc1da0f1e6c1c477701b2eeb36955ed24 (diff)
Delete loop with no effect from GlyphUninit
Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'render')
-rw-r--r--render/glyph.c9
1 files changed, 0 insertions, 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