diff options
Diffstat (limited to 'tools/convbdf.c')
-rw-r--r-- | tools/convbdf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c index 4dfc0595bb..b7790416a7 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -464,10 +464,6 @@ int bdf_read_header(FILE *fp, struct font* pf) /* calc font size (offset/width entries) */ pf->firstchar = firstchar; pf->size = lastchar - firstchar + 1; - if (pf->size < pf->nchars) { - fprintf(stderr, "Error: NCHARS and max code mismatch\n"); - return 0; - } /* use the font boundingbox to get initial maxwidth */ /*maxwidth = pf->fbbw - pf->fbbx;*/ |