From e9835e436519f0b2eee28f44e7301b2705b83fda Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 13 Sep 1999 05:34:50 +0000 Subject: [PATCH] get rid of printfs i dont need no more :) SVN revision: 252 --- context.c | 1 - 1 file changed, 1 deletion(-) diff --git a/context.c b/context.c index 3abedfa..626cf55 100644 --- a/context.c +++ b/context.c @@ -145,7 +145,6 @@ __imlib_NewContext(Display *d, Visual *v, Colormap c, int depth) { Context *ct; - printf("new context\n"); context_counter++; ct = malloc(sizeof(Context)); ct->last_use = context_counter;