get rid of printfs i dont need no more :)

SVN revision: 252
This commit is contained in:
Carsten Haitzler 1999-09-13 05:34:50 +00:00
parent 8fdef2f1c9
commit e9835e4365
1 changed files with 0 additions and 1 deletions

View File

@ -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;