From ff3bb7566b76ff28e72e64054908145854b4454d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 04:20:08 +0000 Subject: remove debug printfs --- otk/rendercolor.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'otk/rendercolor.cc') diff --git a/otk/rendercolor.cc b/otk/rendercolor.cc index 81aef261..be9521bf 100644 --- a/otk/rendercolor.cc +++ b/otk/rendercolor.cc @@ -53,8 +53,6 @@ void RenderColor::create() { unsigned long color = _blue | _green << 8 | _red << 16; - printf("CREATE COLOR: %lx\n", color); - // try get a gc from the cache CacheItem *item = _cache[_screen][color]; @@ -101,8 +99,6 @@ RenderColor::~RenderColor() CacheItem *item = _cache[_screen][color]; assert(item); // it better be in the cache ... - printf("DESTROY COLOR: %lx %d\n", color, item->count); - if (--item->count <= 0) { // remove from the cache XFreeGC(**display, _gc); -- cgit v1.2.3