silence fprint
This commit is contained in:
parent
3c47d76174
commit
7508190269
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue