[PATCH 5/5] Delete loop with no effect from GlyphUninit

Jamey Sharp jamey at minilop.net
Thu Apr 29 12:24:51 PDT 2010


From: Keith Packard <keithp at keithp.com>

Signed-off-by: Keith Packard <keithp at keithp.com>
Reviewed-by: Jamey Sharp <jamey at minilop.net>
---
 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



More information about the xorg-devel mailing list