[PATCH] winex11: Remove tracing function that was never used

Nikolay Sivov nsivov at codeweavers.com
Sun Nov 15 07:13:40 CST 2015


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---

It was not used in initial xrender support commit, and was commented out
shortly after.

 dlls/winex11.drv/xrender.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c
index bc2ee40..cefbd22 100644
--- a/dlls/winex11.drv/xrender.c
+++ b/dlls/winex11.drv/xrender.c
@@ -586,18 +586,6 @@ static BOOL fontcmp(LFANDSIZE *p1, LFANDSIZE *p2)
   return strcmpiW(p1->lf.lfFaceName, p2->lf.lfFaceName);
 }
 
-#if 0
-static void walk_cache(void)
-{
-  int i;
-
-  EnterCriticalSection(&xrender_cs);
-  for(i=mru; i >= 0; i = glyphsetCache[i].next)
-    TRACE("item %d\n", i);
-  LeaveCriticalSection(&xrender_cs);
-}
-#endif
-
 static int LookupEntry(LFANDSIZE *plfsz)
 {
   int i, prev_i = -1;
-- 
2.6.2




More information about the wine-patches mailing list