summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-17 14:12:39 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-17 14:12:39 +0000
commit55afb9a64a40b6aabb3d8d84932b3806fd4b07da (patch)
tree1af8afc8ed4cd2b4eaa64645e165fae64e1ecafa /gtk
parentf6eabd6cc9dfe40eafab7f2d801421b6a4de2057 (diff)
downloadnetsurf-55afb9a64a40b6aabb3d8d84932b3806fd4b07da.tar.gz
netsurf-55afb9a64a40b6aabb3d8d84932b3806fd4b07da.tar.bz2
Comment out noisy nsfont_width logging.
svn path=/trunk/netsurf/; revision=12096
Diffstat (limited to 'gtk')
-rw-r--r--gtk/font_pango.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/font_pango.c b/gtk/font_pango.c
index b3616334c..f2277a096 100644
--- a/gtk/font_pango.c
+++ b/gtk/font_pango.c
@@ -104,7 +104,9 @@ bool nsfont_width(const plot_font_style_t *fstyle,
pango_font_description_free(desc);
- LOG(("fstyle: %p string:\"%.*s\", length: %u -> %d", fstyle, length, string, length, *width));
+ /* LOG(("fstyle: %p string:\"%.*s\", length: %u, width: %dpx",
+ fstyle, length, string, length, *width));
+ */
return true;
}