X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo.c;h=7f220641061907ae771c5caf5cd5a28af3635cd5;hb=2352789a3250e11e0f5d2fd35a319c8de502a926;hp=a3070dddef3e2e69dc65ff58a3c4c8f1b82d7739;hpb=43677e19ece98f61d8e362dc79ba7c263a6de8f0;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;