remove debug print

This commit is contained in:
Dana Jansens 2003-09-14 07:33:16 +00:00
parent be15e8c01c
commit 54d04314e7

View file

@ -113,7 +113,6 @@ RrFont *RrFontOpen(const RrInstance *inst, char *fontstring)
void RrFontClose(RrFont *f) void RrFontClose(RrFont *f)
{ {
if (f) { if (f) {
g_message("freeing %p", f);
XftFontClose(RrDisplay(f->inst), f->xftfont); XftFontClose(RrDisplay(f->inst), f->xftfont);
g_free(f); g_free(f);
} }