X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo.c;h=0176d3caa22b3ace45c83fd349e14e15cf4aaee6;hb=01d6db8119ca4553d61841f2a9248712d4c6e0dc;hp=49d8f0bc885a684d426e15236cb3794d94f1d1f1;hpb=6499a5881aeaa1e53b761f624e341652015d795e;p=pspp diff --git a/src/output/cairo.c b/src/output/cairo.c index 49d8f0bc88..0176d3caa2 100644 --- a/src/output/cairo.c +++ b/src/output/cairo.c @@ -1641,10 +1641,7 @@ xr_create_text_renderer (struct xr_driver *xr, const struct text_item *item) struct cell_style *style = pool_alloc (tab->container, sizeof *style); *style = (struct cell_style) CELL_STYLE_INITIALIZER; if (item->font) - { - puts (item->font); - style->font = pool_strdup (tab->container, item->font); - } + style->font = pool_strdup (tab->container, item->font); style->font_size = item->font_size; style->bold = item->bold; style->italic = item->italic;