winex11: Remove tracing function that was never used.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2015-11-15 16:13:40 +03:00 committed by Alexandre Julliard
parent eb6a872273
commit 3e59d59ab5
1 changed files with 0 additions and 12 deletions

View File

@ -586,18 +586,6 @@ static BOOL fontcmp(LFANDSIZE *p1, LFANDSIZE *p2)
return strcmpiW(p1->lf.lfFaceName, p2->lf.lfFaceName); 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) static int LookupEntry(LFANDSIZE *plfsz)
{ {
int i, prev_i = -1; int i, prev_i = -1;