X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo.c;h=7f220641061907ae771c5caf5cd5a28af3635cd5;hb=ab003a1ebf553431c6a7d31c21a383fcc47c5e71;hp=a3070dddef3e2e69dc65ff58a3c4c8f1b82d7739;hpb=0df9cdd3df66caf4353128feff3008289cda8115;p=pspp diff --git a/src/output/cairo.c b/src/output/cairo.c index a3070dddef..7f22064106 100644 --- a/src/output/cairo.c +++ b/src/output/cairo.c @@ -842,8 +842,6 @@ xr_measure_cell_height (void *xr_, const struct table_cell *cell, bb[H][0] = 0; bb[H][1] = width - xr->cell_margin * 2; - if (bb[H][1] <= 0) - return 0; bb[V][0] = 0; bb[V][1] = INT_MAX; clip[H][0] = clip[H][1] = clip[V][0] = clip[V][1] = 0;