From: Keith Packard <[email protected]>

Signed-off-by: Keith Packard <[email protected]>
Reviewed-by: Jamey Sharp <[email protected]>
---
 render/glyph.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/render/glyph.c b/render/glyph.c
index f0f3b19..6b81118 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
-- 
1.7.0

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to