[wmfs] Remove init debug

This commit is contained in:
Martin Duquesnoy 2008-10-11 13:24:42 +02:00
parent 5383984410
commit 63da8499eb

2
wmfs.c
View File

@ -358,8 +358,6 @@ init(void)
xftfont = XftFontOpenName(dpy, screen, "sans-10");
}
fonth = (xftfont->ascent + xftfont->descent) - 1;
debug(xftfont->ascent);
debug(xftfont->descent);
barheight = fonth + 5;