From: Dana Jansens Date: Mon, 17 Mar 2003 20:00:00 +0000 (+0000) Subject: kill the debug print X-Git-Tag: openbox-3_0-rc1-RELEASE~1942 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=033bd73e7e80c13af0a7724f7f48eda0a7410e65;p=dana%2Fopenbox.git kill the debug print --- diff --git a/render/font.c b/render/font.c index b92bafb1..4e395513 100644 --- a/render/font.c +++ b/render/font.c @@ -35,7 +35,6 @@ static void measure_height(ObFont *f) XftTextExtentsUtf8(ob_display, f->xftfont, (FcChar8*)str, strlen(str), &info); - g_message("measured: %d", info.height); f->height = (signed) info.height; }