kill debug print
This commit is contained in:
parent
301c302e4e
commit
60204c4348
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ void font_draw(XftDraw *d, TextureText *t, Rect *position)
|
||||||
|
|
||||||
x += 3; /* XXX figure out X with justification */
|
x += 3; /* XXX figure out X with justification */
|
||||||
|
|
||||||
g_message("SHADOW %d %d %d", t->shadow, t->offset, t->tint);
|
|
||||||
if (t->shadow) {
|
if (t->shadow) {
|
||||||
|
|
||||||
if (t->tint >= 0) {
|
if (t->tint >= 0) {
|
||||||
|
|
Loading…
Reference in a new issue