Nikolay Sivov : winex11: Remove tracing function that was never used.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 16 09:43:47 CST 2015


Module: wine
Branch: master
Commit: 3e59d59ab5f97163b366850a02515a6d18b76636
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3e59d59ab5f97163b366850a02515a6d18b76636

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Nov 15 16:13:40 2015 +0300

winex11: Remove tracing function that was never used.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;




More information about the wine-cvs mailing list