silence fprint

This commit is contained in:
rsc 2005-07-14 00:03:57 +00:00
parent 3c47d76174
commit 7508190269

View file

@ -12,7 +12,6 @@ allocsubfont(char *name, int n, int height, int ascent, Fontchar *info, Image *i
f = malloc(sizeof(Subfont)); f = malloc(sizeof(Subfont));
if(f == 0) if(f == 0)
return 0; return 0;
fprint(2, "allocsubfont %p\n", f);
f->n = n; f->n = n;
f->height = height; f->height = height;
f->ascent = ascent; f->ascent = ascent;