remove debug printf
This commit is contained in:
parent
bb5a07b3e1
commit
4dcb309361
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ void RenderControl::drawString(Surface& sf, const Font &font, int x, int y,
|
||||||
else
|
else
|
||||||
XftDrawString8(d, &c, font._xftfont, x, font._xftfont->ascent + y,
|
XftDrawString8(d, &c, font._xftfont, x, font._xftfont->ascent + y,
|
||||||
(FcChar8*)string.c_str(), string.bytes());
|
(FcChar8*)string.c_str(), string.bytes());
|
||||||
printf("DRAW A STRING!: %s\n", string.c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue