Mercurial > hg > xemacs-beta
diff src/xgccache.c @ 3243:ea87f3f1e3ff
[xemacs-hg @ 2006-02-17 11:19:17 by crestani]
Remove "Cache full" warning
author | crestani |
---|---|
date | Fri, 17 Feb 2006 11:19:19 +0000 |
parents | ad2f4ae9895b |
children | b3ce27ca7647 |
line wrap: on
line diff
--- a/src/xgccache.c Thu Feb 16 22:51:50 2006 +0000 +++ b/src/xgccache.c Fri Feb 17 11:19:19 2006 +0000 @@ -233,7 +233,9 @@ cache->head = cell->next; cache->head->prev = 0; if (cache->tail == cell) cache->tail = 0; /* only one */ +#if 0 debug_out ("Cache full, freeing GC: %08lx\n ", XE_GCONTEXT(cell)); +#endif XFreeGC (cache->dpy, cell->gc); cache->delete_count++; #ifdef GCCACHE_HASH