remove debug print
This commit is contained in:
parent
be15e8c01c
commit
54d04314e7
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue