projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d59c5
)
cairo: Remove debug print.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 25 Dec 2018 20:41:27 +0000
(12:41 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 25 Dec 2018 20:41:37 +0000
(12:41 -0800)
src/output/cairo.c
patch
|
blob
|
history
diff --git
a/src/output/cairo.c
b/src/output/cairo.c
index 49d8f0bc885a684d426e15236cb3794d94f1d1f1..0176d3caa22b3ace45c83fd349e14e15cf4aaee6 100644
(file)
--- 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;