commit 750819026920751b81833cb60270ad7047e75cdc
parent 3c47d761741a0bd32d201bbfcb1cbe25fdb2fd2f
Author: rsc <devnull@localhost>
Date: Thu, 14 Jul 2005 00:03:57 +0000
silence fprint
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/libdraw/subfont.c b/src/libdraw/subfont.c
@@ -12,7 +12,6 @@ allocsubfont(char *name, int n, int height, int ascent, Fontchar *info, Image *i
f = malloc(sizeof(Subfont));
if(f == 0)
return 0;
-fprint(2, "allocsubfont %p\n", f);
f->n = n;
f->height = height;
f->ascent = ascent;