projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d353bed
)
remove debug print
author
Dana Jansens
<danakj@orodu.net>
Tue, 3 Jun 2003 19:58:17 +0000
(19:58 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 3 Jun 2003 19:58:17 +0000
(19:58 +0000)
render2/texture.c
patch
|
blob
|
history
diff --git
a/render2/texture.c
b/render2/texture.c
index e0860bed7549806b108a487f3bc28812b5ef8cca..54062fd59c2177c172b99f21f1f694341b8971d1 100644
(file)
--- a/
render2/texture.c
+++ b/
render2/texture.c
@@
-94,7
+94,6
@@
void RrTexturePaint(struct RrSurface *sur, struct RrTexture *tex)
case RR_TEXTURE_NONE:
break;
case RR_TEXTURE_TEXT:
- printf("text %s\n", tex->data.text.string);
assert(tex->data.text.font);
col.r = tex->data.text.color.r;
col.g = tex->data.text.color.g;