summaryrefslogtreecommitdiff
path: root/gtk/font_pango.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-05-28 17:06:18 +0100
committerVincent Sanders <vince@kyllikki.org>2015-05-28 17:06:18 +0100
commit0d811963c1498aa625b5438bf66dbb677a0d4494 (patch)
tree470d44bdf1986a9e77a5bc5f2d71fe6d8bf7827f /gtk/font_pango.c
parent30c2962faa0c31d70b91993ccd9c2f3f8f298810 (diff)
downloadnetsurf-0d811963c1498aa625b5438bf66dbb677a0d4494.tar.gz
netsurf-0d811963c1498aa625b5438bf66dbb677a0d4494.tar.bz2
fixup all the remaining logging macro callsites
The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
Diffstat (limited to 'gtk/font_pango.c')
-rw-r--r--gtk/font_pango.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/font_pango.c b/gtk/font_pango.c
index d3a2a2a94..c1bddd89d 100644
--- a/gtk/font_pango.c
+++ b/gtk/font_pango.c
@@ -100,8 +100,8 @@ bool nsfont_width(const plot_font_style_t *fstyle,
pango_font_description_free(desc);
- /* LOG(("fstyle: %p string:\"%.*s\", length: %u, width: %dpx",
- fstyle, length, string, length, *width));
+ /* LOG("fstyle: %p string:\"%.*s\", length: %u, width: %dpx",
+ fstyle, length, string, length, *width);
*/
return true;